Memory Pool Memory Pool Refreshing

466 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,103 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 445 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,102 (856,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,484 51,484 000000001e941fdb203cefd1863c6b9809fbfe4c48511e468514d70f7ec703a6 0.00 MB 1 0
51,483 51,483 000000001e8deb1d0be9a6796e56af4ce13e37e5f61762211d8271c837eb00de 0.00 MB 1 0
51,482 51,482 000000001c2ef9fe2119918dbc9a647b241a7c6a1cf8a2382d82b59f2e3a44d2 0.00 MB 1 0
51,481 51,481 000000001980d2f7f545a06fa1e470c83a80630f34369d2488b384cf2a705f7e 0.00 MB 1 0
51,480 51,480 00000000083be2b5b7bb71def1496f3e40a302d07a1453370569808c5fdddb16 0.00 MB 1 0
51,479 51,479 0000000006a1e73a74b49f1be4f4b1daefe6503e6e893107be1c4dad0ede3038 0.00 MB 1 0
51,478 51,478 0000000008e19ba21f49cf335df21798d670f30fb8a64be61db00ebfca00615c 0.00 MB 1 0
51,477 51,477 00000000004882d0569b8a2e033ad0bf00771651189a2377b7679b1ed708ee65 0.00 MB 1 0
51,476 51,476 000000001331f131e6832770ce6d7de8f8ea7b64e906aad53e3a066e31fe8015 0.00 MB 1 0
51,475 51,475 00000000182d0d1ad199765fc0021cedcd41ed56ff9dba9bf5f5b4bfee89aff1 0.00 MB 2 0
51,474 51,474 000000000ea968540259320709b11204ff71d71a55753f780f5f13c79f0f0d5c 0.00 MB 2 0
51,473 51,473 00000000031e6c5a20edab0a021894045c9dd0eda7485ddd7bda97c5a7f385b9 0.00 MB 1 0
51,472 51,472 000000000c4e1f5baf14018173ae25566d7aa941778759841510506be46d57b0 0.00 MB 1 0
51,471 51,471 00000000060ee68023365332f347df403fedc91514537b1fa0ec75eb3ef1b3e2 0.00 MB 1 0
51,470 51,470 000000001cb04c373be86856a89ce4cc5a0e798b71dbc9044c4650cdd87568b3 0.00 MB 1 0
51,469 51,469 000000000addff095f22736e76e3b023edb9aeff8b60b238ad415fcdf5f544ee 0.00 MB 1 0
51,468 51,468 000000000a7104c5e41cf4ddb02617af1e333aa7e68fe0d8b35a7491c925f317 0.00 MB 1 0
51,467 51,467 000000000a3dbbb064fd5ed875e3e74e99520e701b131397ab8fb263a285d9b5 0.00 MB 1 0
51,466 51,466 00000000182a7ec74c6efd2022f07c85ad2e7bf89a029bc05e022c8a004ff992 0.00 MB 1 0
51,465 51,465 000000000bd252d0cbb57889316165bceb275ad6f66d23bd82ae0c96fd7540a6 0.00 MB 1 0
51,464 51,464 0000000019fb81e246b43637df3a3c848b2bc1cb1057c5578e46158599592fac 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.74 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,679.11 GB sent, 96.57 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.