Memory Pool Memory Pool Refreshing

5,796 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,829 (607,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,274 300,274 0000000000000000270d2d950f4941ff4c7d6c03f01bb1ee3eff44e40e351d5c 0.32 MB 673 38
300,273 300,273 00000000000000005275b4b3a7d9af9fae5cbf10265fd9b02a72d3d49cedae86 0.30 MB 609 30
300,272 300,272 00000000000000003bf70c53774ab3fe3226acff6073583e918ac3fb19b257c7 0.17 MB 329 30
300,271 300,271 00000000000000002a0b28b246ea6faf1221ccae8bc762840514dff190e7c536 0.06 MB 92 15
300,270 300,270 00000000000000006ca185a633a51af300f47930ced6792ddb0adfed1f99ff98 0.35 MB 674 33
300,269 300,269 0000000000000000165861383a9b8129b76044e77cf64c34fda1b7d622860254 0.24 MB 466 30
300,268 300,268 00000000000000000ce0a18c852d827e4936e800a81c58c3f1f8bfd7103ab5f4 0.39 MB 774 34
300,267 300,267 00000000000000007cbc480986707a422af9a3c6a82ff242a82b96e465d119e3 0.08 MB 107 16
300,266 300,266 00000000000000001a7e555674544ce6088291d236b58769f6376ddf3ce86236 0.19 MB 256 22
300,265 300,265 000000000000000021da22eb3a38e1aa0923a82388f4db91c17827f035547b26 0.55 MB 972 31
300,264 300,264 000000000000000045512764200a267846bb32fc4032e297fa2ff0a29e1fce3f 0.32 MB 334 55
300,263 300,263 00000000000000000b7958c074aca24c6bda4d1d86557d8b1d81b22e93c58769 0.22 MB 203 17
300,262 300,262 0000000000000000154a0e6a8725b8cb5fada8943c590e85fef4870e7f2fed12 0.50 MB 182 13
300,261 300,261 00000000000000002335dc70d980166c458728d8d77dffa4bdda0568be61cf0c 0.50 MB 581 24
300,260 300,260 0000000000000000358367b5e5c19e87e414322ba3871fc488325cf39413d5da 0.35 MB 644 34
300,259 300,259 00000000000000006701ba5a7a027c3e62036db336a2595c574ae5fa035b2966 0.75 MB 1,239 27
300,258 300,258 0000000000000000135ca2adcff1ced1efac5c4e472520d381a9d016a95ccddb 0.35 MB 947 70
300,257 300,257 00000000000000000faf13b00298acba55c2d15b3132389f337ac96c84bcdc85 0.13 MB 246 27
300,256 300,256 000000000000000043d74a137be0613b7a8284db175fc641c08253aa0cf0fc37 0.10 MB 154 27
300,255 300,255 0000000000000000162804527c6e9b9f0563a280525f9d08c12041def0a0f3b2 0.15 MB 84 7
300,254 300,254 00000000000000006713638d9764cb44ae54350837b980c70a07042cf36d3566 0.16 MB 300 30
Previous 10 blocks ↓
Total Size: 769.22 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,634.66 GB sent, 94.04 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.