Memory Pool Memory Pool Refreshing

13,262 transactions
4.34 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,960 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (618,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,472 289,472 00000000000000000490e0933d6de95d3a9f716b50a765bb9f8a2a89d39f1903 0.31 MB 224 20
289,471 289,471 00000000000000007fa36173d94b32dfce3f670c4fdbbea46d5f6ec7f674d1cc 0.13 MB 256 33
289,470 289,470 000000000000000119b2d9eddda83027bb491880e27ba181e2c915213be4ba14 0.35 MB 629 41
289,469 289,469 0000000000000000f5338575919bbf35a8b66b0802799762d1ef660ea874bf9c 0.14 MB 297 35
289,468 289,468 00000000000000005474c09ab3b48a4e26132cef8cac7a910ea2d9f3baf3e6f9 0.02 MB 76 59
289,467 289,467 000000000000000069690df1e3f28fadb5c36fd9f639b9a1d6dab4d081a6c1c3 0.17 MB 380 32
289,466 289,466 000000000000000014cdb561caa73d4e962d4341228ee111392ef15625687f01 0.10 MB 149 26
289,465 289,465 0000000000000000bdc2f8113acf0f28465606d5b5859ef5d40c51cf8cf5cc44 0.04 MB 66 22
289,464 289,464 00000000000000005baf380532fbecb10240e1e56b9a94702459849ce8ff42ba 0.25 MB 410 37
289,463 289,463 0000000000000000c1415a48c7e08310698c884bed93e1833a011428e6d39199 0.12 MB 216 34
289,462 289,462 0000000000000000d35662b2a91f84b79f37fa14f7ea7d0b810e51c1362e653a 0.19 MB 169 23
289,461 289,461 000000000000000034360f9623a30cce484d387100fa443c834e6b24186c8653 0.10 MB 189 33
289,460 289,460 0000000000000000df2459348d9d6ca064291ff8ccfdf9318cddf1e2c7dad729 0.02 MB 45 10
289,459 289,459 0000000000000000999dc1cb3aa61920f17fe5eadaed4f84e9ee6ab594a453a8 0.42 MB 662 37
289,458 289,458 000000000000000033cedc3183121d89c5edc6d384d88c985862e308115df5d5 0.22 MB 454 43
289,457 289,457 0000000000000000e3a4ed7a780f0faf5ee26f06dac426e9ece79f7516463b52 0.03 MB 64 1
289,456 289,456 0000000000000000967eeb3f1dd8f5cea72780adadbfccde00cfc28d77f9a98c 0.56 MB 936 30
289,455 289,455 0000000000000000a455631f1f0748f1dd3878406c352cfd3d133b147dae1351 0.18 MB 269 28
289,454 289,454 0000000000000000340c903f6c9d66fe411154ca92027b35440affc87dea5ec3 0.41 MB 654 28
289,453 289,453 0000000000000000aa7177c6654cec5e1faf1a7123c0972b1808cf21786c7f05 0.09 MB 170 30
289,452 289,452 00000000000000006e6fdd2b756d232c47590f01a2a16eba84f3f7391acb1173 0.04 MB 100 16
Previous 10 blocks ↓
Total Size: 768.95 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,614.56 GB sent, 92.58 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.