Memory Pool Memory Pool Refreshing

1,422 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 1,419 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (458,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
449,299 449,299 00000000000000000269ce5844c1feb8ae0b928ab1e4033b2ee50de765bde2f0 1.00 MB 2,352 73
449,298 449,298 0000000000000000008e9a9b55aaaa59ec32bc271840641fc121a7a04bd3f437 1.00 MB 1,667 54
449,297 449,297 0000000000000000016ffe45f2bee7e19138b8339b67ddc02486f6f69dba3216 1.00 MB 1,639 65
449,296 449,296 00000000000000000338b4a5ebf974ae440421c5937223956bb0e1a96cf7c98f 1.00 MB 1,942 75
449,295 449,295 0000000000000000020ad0ed56f1f1edea70257afe6e9a133e4a9daf69caea1f 1.00 MB 2,052 74
449,294 449,294 00000000000000000271ce7ba96eb59cc1c4d7167609902a380df8f97616072f 1.00 MB 2,690 90
449,293 449,293 000000000000000001c70393905047877b0fb30968844524236c3220195dd042 1.00 MB 2,535 91
449,292 449,292 000000000000000001d0baf01aec32c99602cf04bbcde42d69392e5a58d2be19 0.37 MB 720 73
449,291 449,291 00000000000000000087ff536bb05d6d788a3b8562bb5ceb7d37ad474fae3611 0.71 MB 415 51
449,290 449,290 0000000000000000006f77bc3d7276aeeb176def578bbd7dd5016b3b236f155e 0.56 MB 533 51
449,289 449,289 000000000000000001f975d836ac76df91f6b1a9a9f0ad291b413ac2701971c0 0.96 MB 1,214 49
449,288 449,288 0000000000000000029ea32d30071489d1ad8ddb7b470cb0cc401698f65cc5f5 1.00 MB 2,004 81
449,287 449,287 000000000000000001c231b02bbe3c576a74811445ec2c4897332a38af887945 0.24 MB 518 78
449,286 449,286 0000000000000000025f98bf6b86552e1f86ec7606b7851f9f20f95a9f5478fb 0.50 MB 505 32
449,285 449,285 00000000000000000019089d0372a8c094c43697d098598c804aabcf314a5196 1.00 MB 2,193 76
449,284 449,284 00000000000000000044297d113eba19c4b43492996524b0eb42c1e7a92ae6d2 1.00 MB 2,081 77
449,283 449,283 0000000000000000014526cd3abaef81bd2157d7f3f7d810a66d3241092e49c1 1.00 MB 2,560 92
449,282 449,282 000000000000000000898efa48d537ff542c57b03ed39fb82ba35e65da837539 0.58 MB 1,254 68
449,281 449,281 0000000000000000016a333627e0c0f94b37d33dc12f5e3d85cf89cdf75bf263 1.00 MB 2,362 82
449,280 449,280 000000000000000002934482fd42a1488f055e0496db2bb8d69f0e543c8aeab7 0.17 MB 386 75
449,279 449,279 000000000000000000f7f4bee69bf9d3dd4fce93d85ed98d50f60d1f7b09dbd2 0.42 MB 675 52
Previous 10 blocks ↓
Total Size: 769.05 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,627.34 GB sent, 93.12 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.