Memory Pool Memory Pool Refreshing

5,962 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,462 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (383,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
524,284 524,284 0000000000000000002d579297d3c57b3d3e142f941788db56fe3f822855b5b9 0.22 MB 364 6
524,283 524,283 00000000000000000026dec141b4baff43b70d0c2a8e9fa272f6244249387b7c 0.51 MB 862 48
524,282 524,282 00000000000000000018efcbbd3186b7b8d1b63e2932aee04c4ef23db899d955 0.45 MB 867 15
524,281 524,281 0000000000000000003fc71701276c234e8448283f92abd0bdade41c52567613 1.12 MB 2,195 11
524,280 524,280 0000000000000000003f2cd610a35b28f55976472f312374c473fb2118959ffb 1.16 MB 2,378 59
524,279 524,279 00000000000000000017c620afe98d48c30cd662e3c69694a3300187b34907bf 0.14 MB 342 22
524,278 524,278 00000000000000000025ff894a5de44c6e1ca4d5f025122d4618ee3db979ae97 0.12 MB 246 41
524,277 524,277 0000000000000000002190078f04e7ffb66dcd997ca15223d9369402e3f065ff 0.32 MB 578 22
524,276 524,276 00000000000000000002399d8201bb13c285bdb2a9d46420bbc105891bc663f0 0.25 MB 443 30
524,275 524,275 00000000000000000035d3404d633ed326f51b78bb1b4bce534c0cb7ef667b4f 0.30 MB 631 36
524,274 524,274 00000000000000000040b662f880483b118e0202132cc4b84682bbf522e3bbc4 0.17 MB 383 38
524,273 524,273 0000000000000000001f76cd1abfede4ee3204442c2009a03ef7c1516e489028 1.10 MB 1,855 20
524,272 524,272 000000000000000000356f0469fd182d7659a3a651b6be9d7b5e020a3af30287 0.73 MB 1,034 38
524,271 524,271 0000000000000000004030045a360f8095cfa755a4147e27da9531c16248e6d2 0.17 MB 276 20
524,270 524,270 0000000000000000000adc9496a8763bac8c84ecd94a12e7f3474ad9a159cd89 0.42 MB 684 24
524,269 524,269 0000000000000000002bb36f6ce737d760c81a92177ec39cab3a5cbc76b7c26a 0.26 MB 380 22
524,268 524,268 0000000000000000002df32ecd5efa37b2b0994c7c57e770ecc1aa6bc8763800 1.07 MB 1,661 20
524,267 524,267 0000000000000000003678a69021c8e0241c93f8510f575db10e3dd66848745b 0.68 MB 902 25
524,266 524,266 0000000000000000003118ca689020065b8d8d7e46470470a8b57805b5bb8a84 0.29 MB 549 29
524,265 524,265 0000000000000000000d124ccd1624c8706de3467b55df8a638b074f5c72da65 0.60 MB 252 3
524,264 524,264 0000000000000000000c6f7ad30481e06ec75661b0ab509985fa8a8995f99ad5 1.06 MB 482 2
Previous 10 blocks ↓
Total Size: 769.29 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.56 GB sent, 94.40 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.