Memory Pool Memory Pool Refreshing

1,807 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 1,807 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (893,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,311 14,311 00000000228a03f25e439a57e76158b4ba3297ab6f9ffb39aeda824cad1009f4 0.00 MB 1 0
14,310 14,310 00000000fc5b9e0feaf9fa16e603f0f8e29d91a0d2153e56b36ab3a5638eb9fe 0.00 MB 1 0
14,309 14,309 00000000e78cc78c77b7828f5d69a24053414586d4d198e525027c54e8e0a69c 0.00 MB 1 0
14,308 14,308 00000000fe5cde394554f501bd5fc52a1cac1eeb710196dde7cf99cb5e3574d8 0.00 MB 1 0
14,307 14,307 0000000095846d2e9646845511c1d491a10021f527e603f208ee15ca34fe7ce9 0.00 MB 1 0
14,306 14,306 000000004152ee62ea028446bdd84ef47884640faa4f3b80c47abd84b82efad0 0.00 MB 1 0
14,305 14,305 0000000029b887a34601260d1e30eb1a8428961ebfc0da407cc21decf89e2bab 0.00 MB 1 0
14,304 14,304 00000000eebfd85394b57aec61f708480b6274c3b7e6ea2df5fae9dce243b9bb 0.00 MB 1 0
14,303 14,303 0000000012f26c1ac98e9c217b283c9cfa9c9d8310a4833c0213b13a83af5115 0.00 MB 1 0
14,302 14,302 00000000413387ad15a1c9c3d89cbe80511d8e12e50dae99b7d1e9666a754daf 0.00 MB 1 0
14,301 14,301 0000000046f6e41d8675bc2924d33dfbc969bc86e830ed0f186eabd113526249 0.00 MB 1 0
14,300 14,300 00000000bbf4e352c9971ca07752c990027e0b68cc5d296e8637dea1dbf845f8 0.00 MB 1 0
14,299 14,299 0000000039123fcd62e70ebf515c079846e316cec53ed62013e85a42ce3149b4 0.00 MB 2 0
14,298 14,298 000000006106e776baf233496dfd8490fa78cfe2ab65804c4b71af9cb509dc27 0.00 MB 1 0
14,297 14,297 00000000088234e1a0aaeee6c81ea77b652418bfd64139d82627e611479acbe9 0.00 MB 1 0
14,296 14,296 00000000e6804129b9dcf57c19cb1f36f664681f0a7b7aa75ffcc968676dcf67 0.00 MB 1 0
14,295 14,295 00000000084b83a1680c672f40494bddaa1876dfbedfb67214f307c4b38b8ad9 0.00 MB 2 0
14,294 14,294 00000000be88ba8652968f8141a86f40d015e6aaaa863b63af4c8c9c979ce895 0.00 MB 1 0
14,293 14,293 00000000b20ef458d535acec650eee8f56ae3b7baae2c8b8190c699acac31acc 0.00 MB 1 0
14,292 14,292 0000000076a3c10a001923562a97b8a05eeb9cf6e9b85e43716a7a8267953155 0.00 MB 1 0
14,291 14,291 00000000e13b4e9d6de05fa111e265fe79acc133cc2719ce3392915747f16597 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.