Memory Pool Memory Pool Refreshing

10,451 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,176 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (562,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
345,466 345,466 000000000000000013ae90d453de7a551eac55428effb2b39990eeb1ec0ab966 0.26 MB 518 21
345,465 345,465 0000000000000000107cee30c1bc7238ed4ff4049768103d9f6e3b73fc63d336 0.66 MB 1,376 25
345,464 345,464 0000000000000000153c3a29a1ced8900c8ee10791c319f79cba7fc074dfdc58 0.41 MB 915 28
345,463 345,463 00000000000000000e24bb1b114af0e7e198e6c62198c5ae2e0e76f628280940 0.92 MB 1,803 27
345,462 345,462 00000000000000000238906334f8f4197278641eaba0e378131188dadf6220ad 0.23 MB 361 21
345,461 345,461 00000000000000000cf9d3b2f2bb867ee5f5956563b4c29b7db07037d7427b9d 0.75 MB 1,458 26
345,460 345,460 000000000000000004f75bc5acd6735cad315306eef26af04ad53d9cc4e1f10f 0.74 MB 1,528 26
345,459 345,459 00000000000000001271641f7f37221d6f43a8a0d95cf122cb41dee1f2b51473 0.12 MB 153 15
345,458 345,458 000000000000000012b23aed1d98a6c44d2e7ef2c97011657bb77fb4b2b8e845 0.10 MB 124 19
345,457 345,457 0000000000000000157133858730c03414c6c9b6409bd917689a2fe4a5beec47 0.73 MB 1,320 24
345,456 345,456 000000000000000011c17f063cd79ac6db606789dd8981784d4e4e5ad4edc4a2 0.13 MB 129 12
345,455 345,455 00000000000000000e1470ce21b09c9f68fb675fe549d0b065bd2f816998252c 0.09 MB 60 8
345,454 345,454 000000000000000004a3634f954c7fe909e74bb578f650dd66432551cb1b0a50 0.40 MB 686 22
345,453 345,453 00000000000000001353f4af56852501a4585dbd0a5656e243dbb053923ed9b4 0.73 MB 1,014 19
345,452 345,452 00000000000000001778eb80966ee1616fb0a6b661e7cee9449b578aea7fdd4c 0.34 MB 377 12
345,451 345,451 000000000000000012101475e8fd06a392f95a2771298d6980c3ed13035b1430 0.75 MB 1,339 25
345,450 345,450 00000000000000000ae6811f6265f821d90b727ce42409ca202be7798f546114 0.75 MB 1,596 27
345,449 345,449 000000000000000003081a80f4fcfd3c8bcfde17898d95a1bd43a0a18a7c422f 0.38 MB 634 24
345,448 345,448 000000000000000004abd0543b46b41ea4b09a2635efc92c26e21f05fce01f78 0.12 MB 167 8
345,447 345,447 00000000000000000cfc43ce50438ba0f059507e0923ea6df66b1670ef61e6e3 0.82 MB 1,524 27
345,446 345,446 00000000000000000ce9bfd139dfe4d18bd875ecaa5c98a886a209337f7e9131 0.11 MB 154 14
Previous 10 blocks ↓
Total Size: 769.04 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,626.79 GB sent, 93.08 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.