Memory Pool Memory Pool Refreshing

7,810 transactions
3.74 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,870 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (684,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,635 223,635 00000000000000e076401cb5f32a4a58da1a9b1ce65898770f79c69addee21e8 0.09 MB 163 157
223,634 223,634 00000000000003f8faa6c8192dfd2781d0e2d9390f9abcbb695cb2b46e670795 0.25 MB 553 180
223,633 223,633 000000000000024ca7925708a297fc2b9721b57484886a14eecda4b458a1f4db 0.21 MB 501 191
223,632 223,632 00000000000000192aab122751f19396ba7c9cc66151dfc4b9bc3ed79eca5286 0.19 MB 377 147
223,631 223,631 00000000000001ea92e328ab7b7df2f0eda7815c87f9229dd959747b397bf535 0.16 MB 308 204
223,630 223,630 00000000000002f6206a89e2e4e30789cb2263e439c84cd6acb8e17a051d3885 0.02 MB 53 165
223,629 223,629 000000000000026ab9efb991590326e2249cf07f71047ca6c50187e6cebd29e7 0.15 MB 260 145
223,628 223,628 000000000000003485b4eb2de2d4b4b11e8d4425701b37e1adbf11fbb2400a60 0.11 MB 270 166
223,627 223,627 000000000000018a0355c6d024040b46490da5643e560f67159a330f631dc807 0.29 MB 527 156
223,626 223,626 00000000000004025d403d544d8ec2c8bea570a42004219883cca457551c6b80 0.05 MB 121 89
223,625 223,625 00000000000003f87b50816cd7dac510054f5750b1fa8f522e8fd228109a32f4 0.25 MB 816 272
223,624 223,624 0000000000000083ee9371ddff055eed7f02348e4eda36c741a2fc62c85bc5cf 0.21 MB 286 97
223,623 223,623 00000000000002e5d25c54cf1e85b75d3b31d288308e0d01ec7827a4a102a744 0.25 MB 634 229
223,622 223,622 00000000000003430f0af42d3d12271eb58ad620dd500ed9f502bb8593b008ab 0.25 MB 817 305
223,621 223,621 00000000000001adf44c7d697675852bfd3d34f617a426304cf0c7892d54e9fd 0.21 MB 260 129
223,620 223,620 000000000000041094c66ded5ae3e0462232f79f689e07cb04a0cdacf64ff1aa 0.25 MB 393 139
223,619 223,619 0000000000000347efde3893beec70a1b3d162859eeb95d020c2de6b7261b389 0.25 MB 767 268
223,618 223,618 000000000000048fc9beec38c9d46a7191a58d24e2d74bb96d8d644c0ab95124 0.17 MB 292 143
223,617 223,617 000000000000006727dac993d1d2a3d55ea1c53d6264baf38988bd3d5e2514db 0.12 MB 194 195
223,616 223,616 0000000000000187088eb1d40d71b4433c0bc06b084bfbf44079d58e18b79f7f 0.25 MB 774 199
223,615 223,615 00000000000001e8f66447bda8ee8209d4aac7f942221f1aa788e228824d710f 0.28 MB 579 160
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.