Memory Pool Memory Pool Refreshing

3,021 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (648,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,243 259,243 000000000000000bea0345c6a655fa7a8d32de94fe8de551ca958db452bad261 0.23 MB 554 104
259,242 259,242 000000000000002298721411c52e56a39c58ddb4c178dc5bd242f01c1f92035a 0.06 MB 159 110
259,241 259,241 0000000000000016f599826d6bcde93534be0e81d02a3818424731fd894536b9 0.22 MB 565 96
259,240 259,240 000000000000001186411d15592c4d14fa728e8949fb2f063589e9741eff4f51 0.06 MB 175 101
259,239 259,239 0000000000000004a3807669ce235d006781242ca7777c1f3e39f974fc7417b5 0.08 MB 219 116
259,238 259,238 000000000000001d083c759a7b774481d860d020ab6c6fb0e042eb2e57002946 0.21 MB 508 104
259,237 259,237 000000000000001780fc022771bb6effa05cc25c0c82bcb5137649763c918aad 0.05 MB 95 114
259,236 259,236 000000000000001403bd668478a620fc57a0bcb64b5025f027d505dc82ccb09d 0.01 MB 28 95
259,235 259,235 0000000000000016b87c94675f90b421066d2ccf9e192886433f9207114ddd38 0.18 MB 187 56
259,234 259,234 00000000000000074422a4d7c61eee9af39fa43dc955840d5dc6977a5d5eb2e0 0.01 MB 20 100
259,233 259,233 000000000000001dd8abbfa6519310c8f988193459295392bc46460bdb596c1f 0.06 MB 112 78
259,232 259,232 0000000000000024feb39a0bddab269a7e425065ec0cc50d4ee33f437d84bf10 0.09 MB 179 3,415
259,231 259,231 0000000000000021a1109f5ee1a2af3bcce30c5c9acc82fae7124fe682a6b655 0.13 MB 278 101
259,230 259,230 000000000000001a35be29724c63b0b2ca1220281dbbae1b07cfd1a609702cdb 0.07 MB 184 99
259,229 259,229 0000000000000004bead4ddc8e638adb020138cdba33488483653c43c75b83e8 0.16 MB 317 48
259,228 259,228 000000000000001540f3a2ba7080dca5e33b93ca3ffc29fb4158654685007ee1 0.25 MB 531 133
259,227 259,227 0000000000000000fc312a834febc88fe5f43e1d4fa4db2442e678595bf96344 0.28 MB 728 151
259,226 259,226 00000000000000043b4a00646b7139ca1be91b67e9c6d1c5000a5ee189601738 0.07 MB 98 35
259,225 259,225 0000000000000004cbe34bdbefe17939d4c968aa343303d348ebcba900180422 0.31 MB 567 74
259,224 259,224 0000000000000019e763a8a71de6e6fcba2f0d1b6cf8e33cb94aee280bba72b3 0.25 MB 666 72
259,223 259,223 000000000000001032fdd355258d746339db3dacd2c3b37bc2b926214915235c 0.50 MB 1,271 143
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.