Memory Pool Memory Pool Refreshing

8,883 transactions
3.70 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
3 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
905,521 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 3,033 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,520 (704,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,496 201,496 00000000000000fe418cbe68864d2df15d1a9c260f1d16669252d4f17a30e628 0.14 MB 208 96
201,495 201,495 0000000000000144283c4ef24d8b1f58d63a477850d0c41e46293b75b981d61f 0.05 MB 136 167
201,494 201,494 00000000000003a81f3b36a46df322ee142a9d2ff1d2785ea539540c23a2d6ee 0.02 MB 19 17
201,493 201,493 00000000000003eab6ab5c60077319d245faddfd89901372d379d339984f89a6 0.06 MB 155 114
201,492 201,492 000000000000004fe1b914b064d476a7b0edbe264578c64c28ae53afba43fd18 0.05 MB 146 106
201,491 201,491 00000000000000924bcd06dc2994dc8a9a2f2c8437ca37629b01da590a8a9d20 0.25 MB 139 76
201,490 201,490 00000000000001b1ac03ad04a75aa9014581611cded52f5b4431fb134446ecf4 0.12 MB 295 141
201,489 201,489 00000000000003c764688b6b8d1b69fb1b21a49f208188d020a5f9e6b92dfd6a 0.06 MB 214 41
201,488 201,488 00000000000005661fe3652c008e34a013fd8f558a331a48d07dfff79f285649 0.03 MB 64 36
201,487 201,487 00000000000002da7f79d4c04a0caa9bcd35429a62634ce54ee4f7330ce737a3 0.19 MB 444 283
201,486 201,486 0000000000000094c8452637f0b4dec993b0b173e3e58d1c0d5ca3694010da65 0.07 MB 165 497
201,485 201,485 0000000000000521ace83d41896d9806721a527577ac228750bcbb2146aa6152 0.00 MB 8 153
201,484 201,484 000000000000054112d410a55b7d4ee41d2e24fcb0b368496374fe1920c6e556 0.04 MB 85 89
201,483 201,483 00000000000003613467094ceedd8a5a3f11e86e30535892900326156c8427e4 0.08 MB 229 134
201,482 201,482 000000000000037a41c95e853a9cca47ac677557ab8374d5c9a15488fdf449e4 0.00 MB 5 15
201,481 201,481 00000000000001bbf3952aeb7c1ff322eaa998e06af78ee25ff09cf2a8e2ba90 0.09 MB 211 104
201,480 201,480 00000000000001726f5352c8b4f5cea4ef8e665a999555674b08b5fb28f6071c 0.07 MB 67 90
201,479 201,479 00000000000002781f4d87e29ee98815571107abc0c4e095a46221a4fe2649f4 0.03 MB 93 59
201,478 201,478 000000000000038d0fe978fd4ecfb9d29d49a4f2d7783e97222b9ebc2523bedc 0.06 MB 167 228
201,477 201,477 00000000000000385a2624271e0ffdc07a489a5a1df29145d9adad7485a5b7b2 0.02 MB 60 87
201,476 201,476 00000000000001e0a88cf278c644b61c41b2812d61287d6e66f20f40e5aa4dfc 0.10 MB 248 145
Previous 10 blocks ↓
Total Size: 765.11 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,340.91 GB sent, 72.71 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.