Memory Pool Memory Pool Refreshing

2,351 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,351 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (75,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,886 831,886 00000000000000000001bb4e864ccda47f832a06b6ecd61942d029f503308f90 1.04 MB 372 10
831,885 831,885 000000000000000000036eb577549445b9282384937e9361c4c30d383827a128 1.66 MB 1,422 15
831,884 831,884 000000000000000000006bf1a766b51051413a95be892a83abec59d697753dae 1.55 MB 877 12
831,883 831,883 000000000000000000036bc3a377b35cfb65cf2f75345b8ef221880619f970df 1.19 MB 1,027 13
831,882 831,882 000000000000000000024a2e1b3ea0839a852a9b5c0dac83b38609ebbd24af4b 1.15 MB 571 12
831,881 831,881 00000000000000000002db02c9f5728e04c8e745fe927a772399c8d526eec057 1.37 MB 714 12
831,880 831,880 00000000000000000002770322c354fe1ec8bf08b8c5afb65893e3a41d361b95 1.50 MB 1,718 16
831,879 831,879 00000000000000000000df9eda92ed2ee11dfb7e3cc52193aa019d146367a87e 1.01 MB 125 10
831,878 831,878 00000000000000000001719e34dbdf7fada826eaa7d715a39c7bf9ebe41f2b49 2.02 MB 2,022 17
831,877 831,877 00000000000000000003478cb36aea1ca322e72e144b9ef8fd89ac3c283dc15a 1.19 MB 1,214 11
831,876 831,876 00000000000000000001d1e163ae618a6c55a53b7b13f6e973b38f45c16c5753 1.89 MB 2,624 19
831,875 831,875 00000000000000000001a0fdcf97d779593b6770eec5bdaeb3c72af0b6499bd3 1.10 MB 578 11
831,874 831,874 00000000000000000001b581dc98e166c1f28a974ca31419336f6a445abe1daa 1.43 MB 1,236 12
831,873 831,873 0000000000000000000186dfe91d133637dfd15b61474bbd119f8ffc190a23ec 1.09 MB 292 10
831,872 831,872 00000000000000000001a04769a126d06dee793d089ed605e9e850caf96b18dd 1.52 MB 1,874 12
831,871 831,871 0000000000000000000274f91264bbbea3698a84a0f692e587376148343d8a8b 0.00 MB 1 0
831,870 831,870 0000000000000000000174f28126c1324c7672096e029138a44c8607bd39affe 1.43 MB 133 10
831,869 831,869 000000000000000000023d5dfa265150bd87cab557c2d6ee6da261439841be7e 1.71 MB 2,365 15
831,868 831,868 000000000000000000001f46d335865f886471a8649f06182f3e9997da5a8f14 1.94 MB 2,327 15
831,867 831,867 0000000000000000000219d0b75ab3e73baca7bed9d5606547383954eb7507a4 1.95 MB 2,125 15
831,866 831,866 00000000000000000001d5561a062690f0988708d4c785fac0e481a7bdbcdefc 2.26 MB 501 11
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.