Memory Pool Memory Pool Refreshing

7,997 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,926 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (565,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
341,729 341,729 0000000000000000172c05b2fd93d50d0614cf62bee3206b376c8d9277181e33 0.75 MB 673 20
341,728 341,728 00000000000000000d22985f0b14ba24eca963f790cc249956867c1ce133f771 0.75 MB 642 20
341,727 341,727 0000000000000000192f3d38d54096bcd85be5b80c04c26ef5630a776e0e3e62 0.75 MB 1,873 39
341,726 341,726 000000000000000008295f23cfaa4a47ee733d3dcb7ac881d74e4c6255648c93 0.05 MB 125 28
341,725 341,725 00000000000000000ce32a7fd616ff2033dcc3d32bf5dcab5cf60f7b94c7549b 0.02 MB 27 22
341,724 341,724 000000000000000019efd24756ca66e414ff3d7c518af3e302128af85d49ea73 0.55 MB 737 18
341,723 341,723 0000000000000000077ded64e4fb6d2b7b04822f08b6d4fb115dcefa12a5264a 0.07 MB 99 5
341,722 341,722 0000000000000000012cce8cd77f30beb8f4953d8db26874de706561d6b5eb1f 0.71 MB 883 18
341,721 341,721 000000000000000006d8fb80a1ee4b11386176d3acf74a73b67ef027701a7cb6 0.59 MB 856 22
341,720 341,720 00000000000000000227db568885d3381da30013ca7a9de0ae2f58f31f462194 0.30 MB 575 28
341,719 341,719 000000000000000016403f18aab9dd1bf7a6c171c401c8321d7bee0c32383db0 0.75 MB 1,282 25
341,718 341,718 0000000000000000041db52ecacd577dd0d38df9ded18f9f547675b38708fc9e 0.10 MB 227 26
341,717 341,717 000000000000000008458dc811f2f0920b936b273d3e68c85046ecffb86f8d47 0.21 MB 475 29
341,716 341,716 00000000000000001072fa692c5e6a551e89dfbf898cd15a2a7e608aaa4c5739 0.68 MB 1,188 25
341,715 341,715 0000000000000000017b3b2a79322c6c4f573553462c0a8baf83c208e4288329 0.10 MB 154 10
341,714 341,714 000000000000000005ec138f3ac92d0b3fad77d491174636a735b5e3f10dd16c 0.31 MB 534 24
341,713 341,713 000000000000000008a0b6cd99d7824feae324650d862037fb7fe03d27e1be26 0.08 MB 132 15
341,712 341,712 000000000000000004706c1bfe62ff69532600c50555120ef63332ba4a0dd7c0 0.01 MB 15 38
341,711 341,711 000000000000000005cafaa06d4dba5f395965c7584628aaa28f5d8c335a0f7e 0.05 MB 80 17
341,710 341,710 000000000000000000b61362a297904bdf466b80001e201e406c619f29c68d7f 0.75 MB 1,326 27
341,709 341,709 000000000000000019c4be61855eba3daa463809402577ea6447a81c6e24f156 0.57 MB 647 17
Previous 10 blocks ↓
Total Size: 769.03 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,625.40 GB sent, 93.03 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.