Memory Pool Memory Pool Refreshing

3,962 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,202 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (687,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,793 220,793 000000000000049c33ea7b0b62be50e0b18549af099ea4bd6d10fc2036e01251 0.10 MB 245 165
220,792 220,792 000000000000045cb482e386bb37fdd6583da81d71d616c48ddddeb1b44ae24c 0.34 MB 503 112
220,791 220,791 0000000000000353f78dc67af49edfd885c006e223d2cf0c3269d8c68e18092c 0.25 MB 638 211
220,790 220,790 000000000000024c7c3e58ed7a8d06acf73a5a49fcc441d82a7c6abda7ec0717 0.22 MB 552 188
220,789 220,789 000000000000048b5d907a555bbb6e695a46a0a8ad67686b9090835a5329bd14 0.25 MB 406 146
220,788 220,788 0000000000000032897047d5c380db2ae586387a3ceb68fb0d24e0933324bd27 0.15 MB 256 78
220,787 220,787 000000000000043f0e8a53613002b0f0ae833ad27868f06bc39e7650ab0331d1 0.06 MB 128 151
220,786 220,786 00000000000002316d154b5375109fe87307d6cc6878a14858320ea15fe81127 0.25 MB 705 196
220,785 220,785 000000000000032aead07b38075f4e8aad94e8ef96207e0edc5bdb8ed74a0903 0.26 MB 611 177
220,784 220,784 00000000000004d3672218909af8be146301adf9552843901af85597b3998df1 0.07 MB 163 210
220,783 220,783 00000000000000ddf13d169482a1e1a535881cfeb1632c2b3d78d60bd3d88994 0.19 MB 322 101
220,782 220,782 00000000000003a2ea44f596e5c78655cd83bd2f23aeabaa83ee89900ffca4df 0.25 MB 541 192
220,781 220,781 00000000000003517b6a7f8744efb7a7cc525c469150a99a6bb4b5311fbfa12e 0.25 MB 704 255
220,780 220,780 00000000000004608a747d1d5fef824c798b857520f0e7a53f967222342e5155 0.12 MB 205 154
220,779 220,779 000000000000005a80474ac67d274e54f274bf5d3cfb3c902624c56aa3807ece 0.24 MB 562 176
220,778 220,778 00000000000004245c3a02130a04040bb0052c4efc00e64473dbec5de4ac6909 0.05 MB 138 120
220,777 220,777 000000000000004e91634790a6a42e7b85d03f9d8edcc6fe97e1ebd7da8744c9 0.15 MB 369 191
220,776 220,776 000000000000037e2b0bb2ca7bf7a6513856bf74e0aeec39f4e88f2e8f6cd273 0.19 MB 411 163
220,775 220,775 0000000000000492effabe173dca688262da295295aa5bdc5c5e92a9c71ed84e 0.12 MB 248 176
220,774 220,774 000000000000041ebddcaa0e512cb103a8a5dca3a2c0a6639905a9cfe1a077bb 0.22 MB 537 234
220,773 220,773 00000000000005148c0668dc3b1e2b54d9f3baaecb047cc788835ecddd414863 0.28 MB 511 87
Previous 10 blocks ↓
Total Size: 769.24 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.07 GB sent, 94.14 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.