Memory Pool Memory Pool Refreshing

3,396 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 3,396 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (627,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,032 280,032 00000000000000007e5245efba2d4bafc3ec5815792dff2a7bcdb344d968b77c 0.03 MB 54 28
280,031 280,031 0000000000000001130a60dc22976aa5beb0282b8becc83125233aa01ff3134f 0.06 MB 119 40
280,030 280,030 0000000000000002ae8c6614c5c901d58d453f588009c6d4f780a64310bc4f8f 0.02 MB 20 7
280,029 280,029 0000000000000000915dc3e9a03ecc03579efb026e9c49defcda47083a973683 0.13 MB 295 67
280,028 280,028 00000000000000009c0c0b3dbbb59ec9a90c0c63625e437361873c23263209aa 0.03 MB 79 35
280,027 280,027 00000000000000015ea45dee6d8aa21be533d5dabfba2746ad7dca2828623801 0.18 MB 283 31
280,026 280,026 00000000000000013b014a2d9c656a71f0e73c1fcfd7e1ca719065c00255fda8 0.08 MB 146 34
280,025 280,025 000000000000000066c46c72ce0692e083a0a04d55d1adedb7a76dca9e7a5453 0.05 MB 98 33
280,024 280,024 000000000000000111a4a4d79351a20e9076ce06e050a0743a8e0ffb6e3918fa 0.01 MB 17 26
280,023 280,023 0000000000000000c9558f0f9ebd13c6eb45514c96464d4af46aadc1f90c25a5 0.07 MB 131 42
280,022 280,022 0000000000000001e0b7c8cffb8e7fa23909b8728913663decfaebffe24ca689 0.03 MB 68 32
280,021 280,021 0000000000000002bf8a0c7f7cede9284ba02efdc1b12e27d34139515452cbe2 0.00 MB 13 131
280,020 280,020 0000000000000001881be2783785f052a235365d9cf476d9d1f88a0b5c31c4d2 0.10 MB 207 60
280,019 280,019 00000000000000012a26ebac292bc339914c41ef2a20c6c4d1613ab0b68fe1f6 0.17 MB 347 51
280,018 280,018 0000000000000000f3a7415d1d7c3c36def2cbc422fa9f0b1678ccc5c0794899 0.08 MB 140 44
280,017 280,017 00000000000000025415d0a0d8e57c6d7fa405151e8a821404f82a2edd0dae28 0.02 MB 38 33
280,016 280,016 00000000000000002d8fa2e27328e08b52588a9e427635d4e2c369f6e6f38191 0.01 MB 33 82
280,015 280,015 0000000000000001e76a154dcc03ddfacbbdd5b9ce8ee55027e1247b0c4f1711 0.06 MB 160 47
280,014 280,014 00000000000000003a5a2dff2f2d0d8420b0e8a50ee8e422772ea8d5e54ac4a7 0.34 MB 428 27
280,013 280,013 000000000000000049b9ae577e37013bdb19d2baa2f15e4c3cf51975e827c701 0.25 MB 552 45
280,012 280,012 0000000000000001109c14e5323e9c65ec8f7455c4247463f24e214b020357b2 0.24 MB 526 45
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.