Memory Pool Memory Pool Refreshing

4,686 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,147 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (458,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
449,804 449,804 000000000000000002934b6c24845558cb9c1d84112c96536084b6710dae916b 1.00 MB 1,628 78
449,803 449,803 000000000000000000a2b163fff5660fad70e02dd6ab162dbd39a4e1a43c1498 1.00 MB 2,538 103
449,802 449,802 0000000000000000011f62b2a65f190e2b72c1728d27895bc608ddf6d09031b5 1.00 MB 2,084 108
449,801 449,801 000000000000000001772b087d971be5a7b8a14c87ac78771593acef4f374627 1.00 MB 2,486 79
449,800 449,800 0000000000000000022787e81a28ff288d8770a6ab593dc5629af506572205c5 1.00 MB 2,570 105
449,799 449,799 000000000000000000372ac02c6d73ebeb9f72405b0d035b62371b2c0aff6104 1.00 MB 2,571 94
449,798 449,798 000000000000000000b0f88f667b2283b8e7ed66807f4ee944ad80d008391302 1.00 MB 2,523 101
449,797 449,797 0000000000000000020555af84c2212a2b8a0710a54c0a0553af2d7a996e5de4 1.00 MB 2,639 109
449,796 449,796 000000000000000001a64842a35b47738b30d1fab0c90b73db6829d5dd94d520 1.00 MB 2,667 135
449,795 449,795 00000000000000000040f5e8f5b37328ad4469fa04ecdbf548136516b0c209bb 1.00 MB 2,373 68
449,794 449,794 00000000000000000003879e8c38a1cac64f901086b1622996e5926a17829c3a 1.00 MB 2,343 103
449,793 449,793 000000000000000001466573ea78ff78dcba878e349eed80f823bbd80e178f69 1.00 MB 2,160 125
449,792 449,792 0000000000000000007160deb13247c46a08302c631992099b130fa833834575 1.00 MB 2,361 105
449,791 449,791 00000000000000000142c3432aa37265b93edeafc4305d0c49f1409bde0dde76 1.00 MB 1,979 117
449,790 449,790 000000000000000001af5a257db91d636de34333c33c86a5452cf6e9488b76c1 1.00 MB 1,902 79
449,789 449,789 0000000000000000018773e50613adca82dc12ab54c2e6267ff6bebf62c5001f 1.00 MB 1,937 92
449,788 449,788 0000000000000000027602d3d87f555731dd58f3984d096032413f5be8b24367 1.00 MB 872 68
449,787 449,787 000000000000000002b2c0440e74846ea552c26787010143f5db91166346981c 1.00 MB 1,471 132
449,786 449,786 00000000000000000213c59f9a504f8cdcee21dff822cb64a0a71ae20ec76741 1.00 MB 1,980 69
449,785 449,785 000000000000000001fbba3cecc685050d6def761a64406d9f4680806322f053 1.00 MB 1,408 83
449,784 449,784 000000000000000000ddc037b0a24c7e4eb2250042e37d9b6b96fb47cf7a686f 1.00 MB 2,212 118
Previous 10 blocks ↓
Total Size: 769.26 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: 1,635.27 GB sent, 94.23 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.