Memory Pool Memory Pool Refreshing

41,972 transactions
16.78 vMB
Show Random Selection Loading Transactions
Max Size: 95/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
893,138 0000000000000000000248b60000000000000000000000000000000000000000 ago 1.00 vMB 4,285 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 893,137 (11,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,790 881,790 0000000000000000000085e65727291360139a0d0c1451c0fb2d79dd07c9b426 2.14 MB 460 1
881,789 881,789 000000000000000000015771c1d4dd10d0db57cbdd904dc727e409bdf2ca0219 2.12 MB 361 1
881,788 881,788 00000000000000000000246f3341a7ef05e732e139dd9b6b44a90e046bf093a0 2.18 MB 786 1
881,787 881,787 0000000000000000000088ff88b64770520e15c3deca8233a2714fd01327407f 3.30 MB 825 1
881,786 881,786 000000000000000000006008ee74ce7e864c69d0c492ab76b50e88a0c2a00ee0 1.54 MB 2,828 4
881,785 881,785 000000000000000000028f714ac957e1c469c371e2b62dbb00fc5dbf4b85f311 2.15 MB 246 1
881,784 881,784 000000000000000000001600ba3162e60d265e9b68b8db34c1e8011c58ea367d 2.11 MB 573 1
881,783 881,783 0000000000000000000119c35183aec8b824ce99ad7e0bc0759ab349618fc12e 2.13 MB 581 1
881,782 881,782 00000000000000000001800f9f37490dea8d2747ba65cb351b4cf140b34c122d 2.21 MB 61 1
881,781 881,781 00000000000000000001a7a41ecddb8ecea7a466133b8b86ad1c558f75d8ada5 2.15 MB 238 1
881,780 881,780 0000000000000000000185fe15f6dc0471ac83464285ff826bae53764e7d4747 1.70 MB 2,780 3
881,779 881,779 00000000000000000001e50abf97db894680a9f8dba8b287c5d632cc577f72ed 2.00 MB 1,244 2
881,778 881,778 0000000000000000000067562b7fd073727558bd01d05651a836c0ffc86e81f4 1.71 MB 448 1
881,777 881,777 000000000000000000011b92341e7c8488ae59bcc155017bef19a38d4ae86c73 1.31 MB 739 1
881,776 881,776 00000000000000000000c64f212637b2a91589430bfc8d3bcfb3f965626d4399 1.04 MB 258 1
881,775 881,775 00000000000000000000e980819743dd19682027b718cd0d3c02e02452b460b0 1.38 MB 866 1
881,774 881,774 0000000000000000000251498649d257eb5b7c400c2d5a502b7b3ca423ecd80c 2.09 MB 505 1
881,773 881,773 000000000000000000019e8751e9d97a5b18b57b657d80809890817eace5e9d4 2.03 MB 1,746 2
881,772 881,772 00000000000000000002430f2d9fb280b74271bd53c934ae48bca0fea1688c66 1.71 MB 3,443 4
881,771 881,771 0000000000000000000037fabcf6721023fd9f7ac418961611bafaaf0f52554c 2.01 MB 1,078 2
881,770 881,770 000000000000000000021f3bb06d6da559808f72964d088bc9c1e4bb1a3a041a 1.94 MB 2,964 3
Previous 10 blocks ↓
Total Size: 743.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 3,739.46 GB sent, 178.82 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.