Memory Pool Memory Pool Refreshing

5,588 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,477 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (458,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
449,811 449,811 0000000000000000004ec4b729df3be85eb06bcc99fac0295a60db3599f75681 1.00 MB 2,564 80
449,810 449,810 0000000000000000028ae8539b52a97260ee07cc090b541b23d85665d02fb6ae 1.00 MB 1,802 117
449,809 449,809 0000000000000000007c49ce4177827b4693f961e30d365aec62189768349460 1.00 MB 2,139 86
449,808 449,808 000000000000000001501e2729c633b807309e617ce8663f2bfbc60cc6e1966e 1.00 MB 1,621 74
449,807 449,807 0000000000000000008ce84b11a212f3950dc0d6f1ecccd66361fa2494e73986 1.00 MB 2,104 83
449,806 449,806 00000000000000000110cad4e025b08fa000f2efc94d2e1bf652e070358883ca 1.00 MB 1,962 118
449,805 449,805 00000000000000000046ba7de8b4f295deba9dea64b79950d621f46a519552b6 1.00 MB 2,762 93
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
Previous 10 blocks ↓
Total Size: 769.21 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,634.59 GB sent, 94.02 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.