Memory Pool Memory Pool Refreshing

3,971 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,514 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (152,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
755,421 755,421 000000000000000000086a238cd29769a3b6198a85f7f853a4352f46570a144a 0.11 MB 235 12
755,420 755,420 000000000000000000027c026ef6e8bd0bb0607e03b5405dcaa7338987a3b476 0.81 MB 1,342 11
755,419 755,419 00000000000000000000da6fce5986fb260247a9a8ba3d1619afd4d66cc87678 0.90 MB 1,350 12
755,418 755,418 00000000000000000002bc8c57aca611040d57af19bdbeb8c10f02e3e85068b1 0.94 MB 238 2
755,417 755,417 0000000000000000000811c6ebd729f496da2107adefab12b2bbc67771b85e62 1.67 MB 1,471 5
755,416 755,416 00000000000000000003cd62e4b0dc7216e58f14297a5740e3801d9c98af216e 1.34 MB 2,041 16
755,415 755,415 00000000000000000005744033c33fb99c2d0e5d8bffe155c8c09cf2b5948197 1.19 MB 1,490 23
755,414 755,414 000000000000000000001b3a818a4efd3ab2d4d061d6b2089485fd46cd978a19 0.55 MB 850 7
755,413 755,413 00000000000000000002e2684868b5265d6e37d8a5306c188e70210d1ac4848c 1.60 MB 1,343 6
755,412 755,412 000000000000000000014c58663ebba51b59c87717210647efdf70c46db2eea5 1.76 MB 1,708 7
755,411 755,411 00000000000000000005b9b6a27106d1816e420c5219068dc9fd9c4df2b0a2fd 1.77 MB 1,388 5
755,410 755,410 000000000000000000032a82bebfce515cc874001561d807eaf62883dbfc7ca8 1.56 MB 2,949 17
755,409 755,409 000000000000000000050b709f1ca775c0a8652d8d7ba4cb4110ca2a8c63e0b4 1.72 MB 1,985 8
755,408 755,408 000000000000000000038acd71c0f89df92d1856256ff6367f7607affd37307d 1.51 MB 3,021 21
755,407 755,407 00000000000000000004b291afc470abd38e54d94193584418ddbe5c69d96e64 1.50 MB 2,980 14
755,406 755,406 00000000000000000002f6532442a1caf8329738272d68d26bda5612dd200c34 1.63 MB 2,614 9
755,405 755,405 00000000000000000005c28b97fe755f530290896cb09c180af1739407782f71 1.34 MB 2,093 16
755,404 755,404 00000000000000000006790c2bfc63cdb4c74e6829676ec674786ed2ed3b6b8a 1.15 MB 1,152 16
755,403 755,403 0000000000000000000870a52730b1228f58a6055497b8b5ca3a24f0a720f286 1.29 MB 2,300 21
755,402 755,402 00000000000000000001bfdb8fdba8401c6b7e5e664032b4fac707567036e0aa 1.83 MB 1,433 3
755,401 755,401 0000000000000000000875230b37254a116fd103310df2c2038d41c86f1fb715 1.48 MB 2,899 14
Previous 10 blocks ↓
Total Size: 769.31 GB

Node Information

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