Memory Pool Memory Pool Refreshing

1,882 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,866 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (574,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,698 333,698 000000000000000013c0ed93516eed6311d72b65437802fa9f39017e94bc040b 0.60 MB 922 21
333,697 333,697 0000000000000000071f8b13ed02fb33068f3dd5abf33cef76e3ba3889c9c80b 0.72 MB 1,542 28
333,696 333,696 00000000000000000af22608a6503edb6c41f6cd6a772bbc4e867a8beda6c411 0.05 MB 85 21
333,695 333,695 000000000000000011bf3f8548cd9fbba8ca4743790b6fc1685a2bf5db4b854b 0.10 MB 148 13
333,694 333,694 00000000000000001451768e351fc3d0a2e07a869091331c410f99a9765aa4a1 0.11 MB 202 25
333,693 333,693 00000000000000001875dc6247f6f958e74a7d2d97f205b092566f0e7dcc883c 0.55 MB 1,035 25
333,692 333,692 00000000000000000ff49111fbbe3cc946e01f9f895efc8342d7c43b9f54ee7c 0.33 MB 734 26
333,691 333,691 00000000000000000745af0aaa01274ab37430267a68c927e16d371a1a5ccdb0 0.01 MB 32 16
333,690 333,690 00000000000000000352469e9496f587e7605b4d86a17cc8898285489105f5e1 0.70 MB 1,180 23
333,689 333,689 000000000000000005f8b1a08c1b0f91e0beb20974589d60c8abdd9d9a43486e 0.16 MB 304 24
333,688 333,688 00000000000000000e9451d94845f16070885a3a093b7378323f6e6039ba5718 0.08 MB 191 25
333,687 333,687 000000000000000007b935e3862c3ec0a13d683d1218ac597c1ad30e8b2eec71 0.10 MB 107 10
333,686 333,686 000000000000000001ac13b57668ec19d51b5e8d7ad85f845c17172300f88321 0.30 MB 546 24
333,685 333,685 000000000000000016e52f45c5acd10e9e4dbae77d29df426937e4899aea6c67 0.32 MB 627 25
333,684 333,684 0000000000000000006dbc98dbe37d8c337b1b2daf06b13722eb76fcdfa4c7d6 0.20 MB 421 31
333,683 333,683 000000000000000010f3b2e885f1cad43ae9bdd28e4d6beacf3cac11f51c83dc 0.15 MB 323 25
333,682 333,682 00000000000000000be31ace692e13db8f836f7b1dd2ff00c8c3c4b12095ecca 0.36 MB 342 15
333,681 333,681 00000000000000000c3ca13d3dcdcc32645ad17136b56ab4fe3874bdba691331 0.20 MB 514 31
333,680 333,680 00000000000000001172380e63346e3e915b52fcbae838ba958948ac9aa85edd 0.24 MB 373 30
333,679 333,679 000000000000000006d63dbeb4ecf83f821bf409dca74626118e574467ff6641 0.39 MB 286 14
333,678 333,678 00000000000000000b75a878302a82aca4985c0e64853c62b1c2d678ddd860cb 0.75 MB 1,519 31
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.63 GB sent, 93.64 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.