Memory Pool Memory Pool Refreshing

550 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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 534 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (574,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,482 333,482 0000000000000000192f036b8a371c0904ff4b7bab5c2c5dd0eb89e202e0de32 0.75 MB 1,219 24
333,481 333,481 00000000000000000ab2ed03f3fb57980d7b4257ace53f61e6081d642a5659f3 0.75 MB 1,925 37
333,480 333,480 00000000000000000f27f2ca8ba1f8054375a8077dc107c700e847b8add4915f 0.85 MB 1,479 25
333,479 333,479 0000000000000000040e043157765bc010f40a15b1f4536d606ba0e81f0e7d96 0.75 MB 1,520 24
333,478 333,478 00000000000000000f9afbdd34cee0869b3aae880ff2fd968ce1bf62d7fea8a3 0.05 MB 128 89
333,477 333,477 00000000000000000b47bd8df4d83fda3abf8a9267e5b6aede86bc1fface3d86 0.16 MB 377 29
333,476 333,476 0000000000000000030bbab9373840c3f400b52ea2ccd3637da69c5a495401f9 0.29 MB 508 23
333,475 333,475 00000000000000001b0516f32a31d82ed7d2dc7dab3dae5a07cf7ce671e601a2 0.58 MB 480 14
333,474 333,474 00000000000000000224524ab8fd1ae2516138c83457845f59f5b7ce67c77856 0.25 MB 591 39
333,473 333,473 00000000000000000be2e8160a2ffb868c88bc6f6728e4d64f1900fbb3fd9f60 0.40 MB 653 23
333,472 333,472 00000000000000000bfb4bfd1aa6099aedd86a49d74aac20fd04a1cc9712f24e 0.26 MB 449 24
333,471 333,471 00000000000000000748334618f2f08a0e0507faa2d1687af38d75ac96ae40fb 0.09 MB 145 14
333,470 333,470 00000000000000000fb3b101bf9d4ee47acce176c786fd924f906cef1ecc0f30 0.22 MB 307 26
333,469 333,469 00000000000000001708b9d95cabd9c2de7ce4eafb67beb0b0e1e9a11e675977 0.13 MB 140 16
333,468 333,468 000000000000000006883bc3cdc250e7df6a7a9b896182cb87370214b1573d00 0.55 MB 884 84
333,467 333,467 00000000000000001a694eaf3608aa55f64864fef587ed68c21c5ba77efc79bb 0.75 MB 1,302 22
333,466 333,466 0000000000000000070f7b87b52f00a876ae8c829ecfac4f1ad6de4503c373b3 0.22 MB 562 36
333,465 333,465 000000000000000019f1290b11e9bd0b99dc95c5ca0f3dbd264acc91036df37e 0.02 MB 27 28
333,464 333,464 000000000000000018e04b2179610fe61c1a3ca3a870195899092f64185614a1 0.09 MB 114 28
333,463 333,463 00000000000000000510cbbddcdeb5bba6f38e8b0e7b9bdcc38acce8b12449c6 0.10 MB 217 23
333,462 333,462 0000000000000000075fa560760b08957cc2663c45d1374533b8fdca789e46bd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.