Memory Pool Memory Pool Refreshing

3,483 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,918 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,683 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,917 (708,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,428 199,428 00000000000000e6a46488383580fff50d0100e0b339ceca49360ca96fb9c24e 0.09 MB 206 362
199,427 199,427 00000000000003622dbfbf33d3e4ca8b79457e5b5147db26cee18b6902f5a422 0.06 MB 109 190
199,426 199,426 00000000000002b040f6035b8dabf5336eaada2c0e7bc7a4c6952987f125a50f 0.00 MB 12 139
199,425 199,425 000000000000014aeff9663da57c8bcc8a42fc9ad9b9fc33e0d249138f5bdfad 0.26 MB 512 62
199,424 199,424 000000000000021044e6f434018d66fda995c7827b06097fa87cac71ed14a1ee 0.12 MB 340 395
199,423 199,423 0000000000000352997b2b2d470229ec466a29840c66db0bcfe22d00a9a3ba37 0.12 MB 162 293
199,422 199,422 00000000000004b2fcafa911440c1316d39845266e6d92419e8c974133d5cb0c 0.01 MB 20 180
199,421 199,421 00000000000000b13a8a169ef1a1250863c51839ecb72d465d36604c885b9ae8 0.19 MB 507 209
199,420 199,420 00000000000000fd203ec0a32aa36d03f89567b38755e73dabecd9ebffb759bd 0.14 MB 334 416
199,419 199,419 000000000000033f16f73aba3f0de1a180c5507d59962fb0121c5e5300ca4c54 0.05 MB 128 197
199,418 199,418 00000000000002a2ec693bca56f32ba65219b1675d677d371c889d8f276bb281 0.19 MB 440 85
199,417 199,417 000000000000031012b5fb3fc5be8fdf33ac5c93d085b0d84bd11ace78867db2 0.25 MB 409 87
199,416 199,416 0000000000000052c6f44f70ed9795efd07707ca0a6f87b283f2e9c5471bb920 0.25 MB 634 136
199,415 199,415 0000000000000099ba95c9f6d58b1c2a4cb361f9f22c91308e2a5a6f74bff16b 0.05 MB 143 114
199,414 199,414 0000000000000388e20c2b936bdb50100fd7c7ce73a783cf78342e7807b7422c 0.02 MB 46 111
199,413 199,413 0000000000000415b108e62605ef57000742c0411d8e376b27eb915391e7fd15 0.10 MB 231 126
199,412 199,412 0000000000000440abdb71d60b9321d89ba03d85b6dafdbe79e526e1c8b70855 0.04 MB 64 75
199,411 199,411 00000000000001b103b62c83e69e5864024cfe8310b9ff61f20c00ab9f9d613f 0.03 MB 40 85
199,410 199,410 000000000000009f6083290bf45f5610a0bc82109a261c10d39801071d62df88 0.05 MB 119 127
199,409 199,409 000000000000062107b911700dfef63e11bb4b8b394164e35268b7045e90f5f5 0.08 MB 196 133
199,408 199,408 00000000000001d8a643ea107bdec87a08536951c12f070c8a51e32e4be8f7f1 0.01 MB 26 219
Previous 10 blocks ↓
Total Size: 769.39 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,644.31 GB sent, 94.89 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.