Memory Pool Memory Pool Refreshing

6,554 transactions
2.95 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,697 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (747,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,174 160,174 000000000000096a83a1bbc0f8ccde8d73bdd0edc2104089ee754442f9eef1ec 0.02 MB 43 100
160,173 160,173 000000000000032d5bce8a4cf466c81bb9eaf389fed999e48d98f24d07b3126d 0.01 MB 19 18
160,172 160,172 00000000000003c58e1b4ee9c9de7f1758e108d30e4034769a6fc3dc53dfd29d 0.04 MB 58 44
160,171 160,171 000000000000090a751964646d499c1507a830bf2e037ca5b9722b4069ba25a4 0.04 MB 114 3
160,170 160,170 0000000000000c7615059488082401b086f2d44372d9db9eb29a329b9a0e9c42 0.01 MB 20 0
160,169 160,169 0000000000000a23db42e63a14988d9d020d738797639388a95cc8d161a57bac 0.04 MB 74 131
160,168 160,168 00000000000002685b7a1468cf2ca538a86d12eae595611be0ff64600a3ffbe0 0.01 MB 16 9
160,167 160,167 000000000000037a7da45d00c0c22223c2cd0169e17d0af5d2b0ddc808029ff4 0.02 MB 26 108
160,166 160,166 000000000000084082a47dfe2f53016303c6b8275971061e3d472be05b2545a2 0.05 MB 73 150
160,165 160,165 0000000000000b7c468d89f4ab486cd5d1bcf03dd298a10450259f0d93f51ea0 0.00 MB 12 813
160,164 160,164 0000000000000cbb5820f720eae6e34998b2f2a00728e95c1b7f44e6153dfe28 0.00 MB 11 0
160,163 160,163 0000000000000ae229a61ccf948569b7d3d67e57595e719eef89480d4ad58a01 0.03 MB 25 61
160,162 160,162 0000000000000258800e4c41be4707ca20694523b76b453d74f4a50c9a040f18 0.04 MB 85 163
160,161 160,161 0000000000000066ee989f1af13c4b295f091506fb042fbc3748362d500b4714 0.05 MB 73 182
160,160 160,160 00000000000007d6f60a6881f6bfb0f70ee706fc2d3353b9be38db2a6c3b83f6 0.00 MB 4 104
160,159 160,159 00000000000002d58e8118859103cfec794941e4feaecef8b62773ed5b5ca680 0.00 MB 10 10
160,158 160,158 000000000000059e637608c1b15188319af6557108d6704db124e9e107c209de 0.02 MB 40 102
160,157 160,157 00000000000002f96dfe007e2cbcf30a60cf77007ddad1fe4ef97892e14e1d98 0.01 MB 15 46
160,156 160,156 0000000000000186ed0edc4ec3a30c4e3ef248f3e27396accef5993af2666807 0.04 MB 92 30
160,155 160,155 0000000000000ada8101be812ceac86e64822a87b39b3b6d77c7e8d71ee02257 0.01 MB 10 61
160,154 160,154 00000000000007bed31400bd643ae7e8a00cc0a44919d2ccbc3c09185408030e 0.03 MB 61 122
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.