Memory Pool Memory Pool Refreshing

1,395 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,395 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (27,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,377 880,377 000000000000000000000c6844bec630493ab2373b60e60acfa172e0521b6121 1.72 MB 4,018 5
880,376 880,376 000000000000000000015d1ad66df468078be8c35c2a0fcf17d1eec42c5dc875 1.71 MB 3,080 5
880,375 880,375 000000000000000000025474a84abb18a927a9d44c936d97fdd4a20f6115898b 1.71 MB 2,813 3
880,374 880,374 00000000000000000002222841ae37a1d5cc0fe8609c9a646156c6b3cdd76f45 1.64 MB 3,703 3
880,373 880,373 0000000000000000000084b9a4786ab8596f776377747251315889539aeabc6c 1.68 MB 3,278 6
880,372 880,372 0000000000000000000064731e928de8c9582797015bec0b4bb7e9fa539062cd 1.76 MB 3,383 4
880,371 880,371 00000000000000000001319e12e7bec1de6c5d3ce47948084fdfbc7cc260fb43 1.60 MB 2,852 5
880,370 880,370 0000000000000000000185555ba6ecd006b9c30f4d93a376e45808d0446a3d83 1.61 MB 2,606 3
880,369 880,369 000000000000000000016fba961e5188d755d4579b4bdd7d5b94bc07625aa630 1.65 MB 2,595 5
880,368 880,368 00000000000000000000425189804a3fd103365747e8ca827a10bbbd294069ad 1.68 MB 2,986 8
880,367 880,367 00000000000000000001999896a0ee39fba810c7e39a65c1f6d433447af99cef 1.81 MB 2,814 7
880,366 880,366 0000000000000000000201bfbd7bcea962b30008686486981980ed9bf19f4503 1.64 MB 3,353 5
880,365 880,365 000000000000000000011857e3fc3a2d46640b8917723c25620c5ab5c5366719 1.75 MB 2,667 7
880,364 880,364 00000000000000000000495b9c155cdefc421a7acb06d719bc469813ccdd2193 1.75 MB 3,216 6
880,363 880,363 00000000000000000000901d003b8c98d2f9fe3ab84b87fd936b894de150aefc 1.62 MB 3,525 11
880,362 880,362 00000000000000000001c51047b0c2801a443fe9c47f9e4cc51d814668ce7325 1.80 MB 2,573 8
880,361 880,361 000000000000000000023eb0ccd8b31eb26184480dc0c221a74b6690f75e5d88 1.81 MB 2,419 5
880,360 880,360 00000000000000000000ed86e7ada77857e3b3ca10ebf395de310d5c324d0b87 1.64 MB 3,118 5
880,359 880,359 000000000000000000026b173b5e1d8cb7aaf26c72a8d1e81b78c5c73c408e05 1.78 MB 2,752 8
880,358 880,358 0000000000000000000050691d99efd0038ab7db91e716d672a9d24d938dacd1 1.62 MB 2,767 3
880,357 880,357 000000000000000000024117b653a64b26dc82874f5e61d052dc6144ff87f475 1.76 MB 2,189 3
Previous 10 blocks ↓
Total Size: 769.23 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.75 GB sent, 94.07 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.