Memory Pool Memory Pool Refreshing

4,280 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (702,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,482 205,482 00000000000000ab64548b7d5cc48a0c9884eda0bd39637a5c0c9d9e1d8bbac7 0.09 MB 145 159
205,481 205,481 0000000000000406ad84ffc66153d2cec85745de365628d41823d7121ca329d0 0.02 MB 67 11
205,480 205,480 00000000000002b7a6fe2c03414e0ba474eecd5cb2530aeb6f836ae7105a4f15 0.02 MB 40 126
205,479 205,479 00000000000004e3520239a9ba09bf442c3c6fc6a94da2615c6d7224da235ade 0.15 MB 87 141
205,478 205,478 0000000000000575d9447b86952f32ace2249295c4621d8e9f7fe0291fd7c5fd 0.03 MB 96 216
205,477 205,477 000000000000011acaabb22fa4b4a689ed86841a3cd94ce39efffaefaa302ec4 0.08 MB 185 205
205,476 205,476 00000000000001beef1f217959bf1e96a36c61fc890b6d60d3b3284e3f92e85c 0.00 MB 8 44
205,475 205,475 000000000000054cd3b8e98b0026811b363c6a159728157d9bd10796e640ef06 0.08 MB 201 180
205,474 205,474 0000000000000387cf6d2ab5ac59d9600962a2f515c18b925b68d3caf4a7b5cf 0.18 MB 472 203
205,473 205,473 00000000000004c7f98b5e9bf478286607f4040da14a835ddc5370bcaf8cb5d7 0.06 MB 198 139
205,472 205,472 000000000000053de48c833312204ffc38b5a33339591560cd639c529e3df81a 0.05 MB 138 126
205,471 205,471 0000000000000206e35bb27db6defcb378c6619ebdd3bfc57e92f2e7e70066cf 0.03 MB 48 115
205,470 205,470 000000000000004f58199f40f0fa8f5f6257273d79ca4278834d9bbee6adaf32 0.01 MB 23 13
205,469 205,469 0000000000000310b363ffc9272ca96dacf22109cea11e012881cb7a7300bc8c 0.12 MB 231 184
205,468 205,468 000000000000024f351af6d3ae3992e29d99ccd964f73046e8da1c9502fdca69 0.02 MB 48 141
205,467 205,467 00000000000000ec30e20d3d17b3839abd1e886dfbe0d42f9914f286395af40f 0.04 MB 114 77
205,466 205,466 00000000000000c534853a8575c533cc6acaf1be3f69240d9db734d27fd58c40 0.02 MB 37 55
205,465 205,465 0000000000000306e71438d267d880341e49123a058a4e74e13954a7c154ba2b 0.08 MB 231 205
205,464 205,464 000000000000003694de75231d4a9f442c822ea2e64645c459e2375fe9657308 0.08 MB 197 260
205,463 205,463 00000000000002a03b062e20391d78865a17ff5be3ba4232b3c496624c26ee99 0.15 MB 314 179
205,462 205,462 00000000000002a80874390bf6b43952ad27f17bebe298a567d85d1dad1c3eba 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 1,616.50 GB sent, 92.73 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.