Memory Pool Memory Pool Refreshing

5,603 transactions
3.39 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,501 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (619,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,116 288,116 0000000000000000bc029b0df7d994f95f76d2d5e8bb4436a66899e143ff853c 0.06 MB 158 50
288,115 288,115 0000000000000000e5965030ae6211edc8da1db594246b5585a660758a5c9499 0.01 MB 32 9
288,114 288,114 000000000000000041340a16a5744ffcc7b78b86bef928e7093522ed131df2c8 0.06 MB 93 14
288,113 288,113 0000000000000000562db9d9ab653607587e018082e6fe8ef65c472707e217fa 0.41 MB 882 40
288,112 288,112 00000000000000009c9392c7cd45e509ced40dc4636d48c8a48fe2470d3f682c 0.06 MB 90 37
288,111 288,111 00000000000000005506ac08a120ee057bb4aa9e473532421d2818a9c5460bb8 0.13 MB 250 33
288,110 288,110 0000000000000000dfb72165d909691c04dc4e8ee7dc80f727dd20d4e801f54f 0.25 MB 649 45
288,109 288,109 000000000000000057be657a0b6f648a4b37a8d4a80c974eacbc082c958fc922 0.25 MB 558 37
288,108 288,108 000000000000000082f3c3d5925faa1a47d4612f241ad77f89dfb0f0dfdcd9b9 0.04 MB 73 37
288,107 288,107 00000000000000003e71ef41ac33c5cfb137d110c832fba136b18d79c1356ab9 0.15 MB 368 44
288,106 288,106 0000000000000000f6ada4055c55c0d37ce3ef07c5bf54587e86c89c7d307cde 0.23 MB 537 38
288,105 288,105 0000000000000001103048d4c72627f6350f05561dc3ead26d945a43c5bf8e23 0.26 MB 534 38
288,104 288,104 000000000000000034d4e7a7624113ce3beb785dd3b3690452a2996fe611cab8 0.15 MB 246 69
288,103 288,103 00000000000000006e62cb7431a25b94045e78fa19072e6cdbff1f1b50749dd6 0.10 MB 176 19
288,102 288,102 0000000000000000b8fd0463ed4900c9f04c150c9b3ccbadef67ad68a3956991 0.23 MB 452 33
288,101 288,101 0000000000000000601959a5288b58d294925be29cbf74b5c8b32b90e6fa2cd0 0.34 MB 490 26
288,100 288,100 00000000000000001292e926c8803a0e2f6f77a10c010ca42dea125249eedfaa 0.35 MB 1,000 44
288,099 288,099 00000000000000015df9fb6eff3de7fd329c114f6fdb6341d3df94543e907dea 0.06 MB 134 109
288,098 288,098 000000000000000016721c23ff9da937e35eac692cc2f218be19d724b419a267 0.04 MB 43 4
288,097 288,097 00000000000000002827d8539d3b08f85a883cb9d79391df50f0286ca2d8fb64 0.16 MB 390 42
288,096 288,096 00000000000000005344ee45370750348585eefb275e39b355c35fbdbcb9f571 0.25 MB 599 35
Previous 10 blocks ↓
Total Size: 769.03 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,625.82 GB sent, 93.05 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.