Memory Pool Memory Pool Refreshing

8,446 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,516 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (161,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,368 746,368 000000000000000000065847b12368376917dc34c1a096378f2c251224ec4a33 1.26 MB 1,616 11
746,367 746,367 000000000000000000085cd257b280293be91c3998683c2a400e439a35253baf 1.33 MB 2,102 21
746,366 746,366 0000000000000000000619f2891ddc6aab3b7787ea5e25bda32230cb2bf62f05 1.71 MB 2,120 7
746,365 746,365 000000000000000000031ec8f888de717e2d76995a61a7a4f7196696a7890430 1.57 MB 2,393 11
746,364 746,364 000000000000000000090d188bcd9265155926379be4a13f4920d277bc5909b5 1.53 MB 2,201 7
746,363 746,363 00000000000000000003e1fddfd8f2481890a2b1134ff60359b802ae2dd1e6f1 1.62 MB 2,639 13
746,362 746,362 00000000000000000003a4585fda199573a717d1c733b8961dec8f2716fb0d30 1.04 MB 2,031 10
746,361 746,361 0000000000000000000310b199d99e05ed5f457fdc4938b1a9ebe5790f7daefa 0.27 MB 448 9
746,360 746,360 00000000000000000007b65c38c0a94fb60b6886b0a96909d1829e27263af1a2 0.56 MB 870 9
746,359 746,359 00000000000000000003d71ebd0a40eda33bf27d8fae1df80b30731b0e1c3706 0.21 MB 236 6
746,358 746,358 0000000000000000000a16adbf5810a2c78d04110b43648c1a1d504ea9000e9f 0.60 MB 1,133 11
746,357 746,357 00000000000000000005a5b61708a2038b0f422b0f5c253d75ad130aebe95112 0.02 MB 46 16
746,356 746,356 00000000000000000004ad3d26f9e367445068425cef831fbac122aad204899e 0.09 MB 211 10
746,355 746,355 000000000000000000074bab933a8e93c3d42e5350aeaab15b51e0b18118820c 1.25 MB 2,587 11
746,354 746,354 000000000000000000040baef3fe5e27f0bd89084802093524bf1ad1f9a50c83 0.04 MB 105 10
746,353 746,353 000000000000000000075c80421468b411e36121fddcb0b456aedbd2f826c90e 0.50 MB 876 9
746,352 746,352 00000000000000000008d17e33840e71fbdc46b9106d6f0f7620ffc396e82cda 1.72 MB 1,609 6
746,351 746,351 0000000000000000000442e8b488df77d73b6981e1b641bb2de666bfc786e072 0.39 MB 802 12
746,350 746,350 0000000000000000000a22b1de43cc003d38b0c92950af3d2d2abff33873576b 1.56 MB 1,130 5
746,349 746,349 000000000000000000070bff5fa54c8172b0454bb9e22f805196e14c871a04e7 1.24 MB 777 16
746,348 746,348 000000000000000000020cbf1e51e199bd8fee6977e937ba034d88123c40d4d8 0.29 MB 498 8
Previous 10 blocks ↓
Total Size: 769.04 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,626.89 GB sent, 93.09 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.