Memory Pool Memory Pool Refreshing

3,158 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 3,149 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (350,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
557,132 557,132 00000000000000000012b4f639315e40bc24df70c261c3f66686a2a3f9abff3f 1.29 MB 2,615 4
557,131 557,131 0000000000000000001dcb747d4ec1d3fe68d84eb5b33c8619be6b502f6dc39f 1.15 MB 2,242 12
557,130 557,130 0000000000000000002e9f35b7d4d3b4006a0809ded743e0337a1cf648c6caf7 1.26 MB 3,379 5
557,129 557,129 00000000000000000026afa738515a09362d251be0ec6e11bcc112a681ba51a2 1.23 MB 2,663 39
557,128 557,128 0000000000000000002290772a1cea5f335ae6dd8307d3ed4b1b312c04066b2c 0.44 MB 440 14
557,127 557,127 00000000000000000032046f08b6447450164a46772036e037808f231805e1c3 0.65 MB 1,435 12
557,126 557,126 0000000000000000001fd4b78b15f135c422ef6ef9f5c514a6da483877546b55 0.00 MB 17 4
557,125 557,125 0000000000000000001a1ce813b039c81c9a201f537cf037da4e34208d69d90a 0.54 MB 1,202 9
557,124 557,124 000000000000000000292b43093fa4a22db38eb8f865a34ee8ffefeec9721c5f 0.15 MB 348 14
557,123 557,123 0000000000000000001556eb372746b440baffdcb5b7322b340990fccbc53792 0.61 MB 799 4
557,122 557,122 00000000000000000031c91b0a14deed5e9303d5dae985feaad57ef7de1d5d38 1.19 MB 3,003 12
557,121 557,121 0000000000000000000ee3c12bf9b6295f9fff7bd74021f848eca3a9031fc6a2 0.09 MB 242 7
557,120 557,120 000000000000000000146667e24ad618ed36e6efa55d66cdb54e0b7f75302d1d 0.51 MB 760 16
557,119 557,119 00000000000000000005027d1fc31ca346598fd5f174edee327192a5bdcf819a 0.15 MB 357 9
557,118 557,118 0000000000000000001f5a87cb1e586b86b8e5100c16fa849a862b135924b254 0.03 MB 39 5
557,117 557,117 00000000000000000013b04aa2029a0df2244e7b60e44dca888147f4ee615ff6 0.24 MB 273 4
557,116 557,116 00000000000000000011dda8743cfd2fa600a06a7d9409d1adc2c0a8fd766ce5 0.22 MB 533 8
557,115 557,115 0000000000000000000d508c74374a657a7b381b3af1f6dcabbbc453a9c67552 1.20 MB 2,135 7
557,114 557,114 00000000000000000028766657fe69f9a2535e29249df3c53e757a5ca0d40b7f 1.07 MB 1,874 2
557,113 557,113 000000000000000000214dc38cd759b69e55b7dece027ebbfec32d01666ba866 1.29 MB 2,981 17
557,112 557,112 000000000000000000289964db182ecf2f4bfe6cbef5e4bdf6cadf5ff8804ced 0.72 MB 1,508 7
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.