Memory Pool Memory Pool Refreshing

12,556 transactions
4.14 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,078 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (775,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,369 132,369 0000000000000f93f73c2eaf2eed34af83ade3d8d08d92eb6b5464951f149dea 0.01 MB 26 872
132,368 132,368 0000000000000053a0b40e4ab4797af0594cde5d67d589edc2a9b43256e37e6e 0.02 MB 60 461
132,367 132,367 0000000000000e76d040fe1e7c4f97657f8045a5d46d77e37b90a55f2142a17f 0.01 MB 7 232
132,366 132,366 00000000000005992c0481cf7dff7b548a3f61c391a0e72cf27ee11f5275a5f2 0.02 MB 27 85
132,365 132,365 000000000000117b6cedb3fa4ff13308fafd2609ec621565552fa0d83a83dec0 0.01 MB 43 622
132,364 132,364 0000000000001021db285e14a516b88c18c95ef283c0e50595b93fb5bb60f128 0.00 MB 8 1,100
132,363 132,363 00000000000002c608a1737bb76b607a1d09d59aed2852b3d2f82eeb882c904d 0.01 MB 12 0
132,362 132,362 000000000000093f7cedf7a409a5363ce0216daba37ff7b7b6c4b2f42a9dc61a 0.01 MB 33 281
132,361 132,361 00000000000004d558e1e66c203dedc9a7584333bae2d852a88d1ac2777a2ad4 0.01 MB 36 318
132,360 132,360 00000000000004f592641989529022e7b3d08145cc185d797f207657d6dcb5a9 0.01 MB 14 1,913
132,359 132,359 00000000000011b4d99a7b5d88cd91e656c92882ac0c97c4acf637b05bffbc7c 0.01 MB 35 964
132,358 132,358 0000000000000ecc4dc247807e5f3f84d4ee75ce15d97b8157966186fe88c9b4 0.00 MB 10 988
132,357 132,357 000000000000122c2e5b40fe0a3b19b9219272fa68f9bf9e7b345ec47b0d454c 0.00 MB 4 52
132,356 132,356 0000000000000a2e5412ab3ec5fee0474d86408ea5226f7411920955039f5f32 0.03 MB 68 746
132,355 132,355 000000000000057ba573cce648e697b2497152bf980e5d20eea29cc6789c4d9b 0.02 MB 32 260
132,354 132,354 00000000000003bbfe76884f6a659c3c1f653d66b9195e4bec893f66ef3921d1 0.00 MB 10 329
132,353 132,353 00000000000004e0022a53ab8aa47c479a841f5d07d5bef4df6daf1d3c19cc5a 0.03 MB 28 219
132,352 132,352 000000000000100cf0cd3c55b3c50d822bc3b8630a536653b757ea5078df0fd2 0.04 MB 92 447
132,351 132,351 0000000000000e939b97e14d6165d25e7f4816b418eb23f9e933c6e223320639 0.03 MB 109 53
132,350 132,350 0000000000000424d3686ea6f41eefbee608dc1fc8760fedcc8a201b1f4c94c9 0.01 MB 24 682
132,349 132,349 0000000000000cd075035a7151145d7d028a835e87374aea0cc54517195764a9 0.01 MB 24 1,340
Previous 10 blocks ↓
Total Size: 768.95 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,614.51 GB sent, 92.58 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.