Memory Pool Memory Pool Refreshing

376 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,683 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 366 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (180,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
726,781 726,781 0000000000000000000308dd7987d30fcbdfc4d87cd404498210c32fdec03e24 0.09 MB 209 8
726,780 726,780 000000000000000000089817c2747ddf6f6394293ea82d6e5f0fdd14cc9d0cd5 1.27 MB 1,540 7
726,779 726,779 0000000000000000000394936dff8e12c4f924af20c28d2180529fe4367c1dc5 0.26 MB 444 8
726,778 726,778 0000000000000000000919aa194ac1967eedb380abe018997dd1083fa1bc4725 1.30 MB 2,566 9
726,777 726,777 000000000000000000088198594b91710cd25c494164277c78cb61a40280276e 0.94 MB 1,265 9
726,776 726,776 000000000000000000073a3c6d7368e64788668e539157a99736f26f55b245d8 0.54 MB 421 5
726,775 726,775 0000000000000000000327a56e2a11e0ba4b15c070249adde4f1f1fa2ed05d29 1.58 MB 1,829 9
726,774 726,774 00000000000000000008443e378aa565087f50f830aa7614943443a6b4cb9971 1.30 MB 1,548 5
726,773 726,773 000000000000000000053a7d9ea018bc6406ede62f941f3cddde6c43283531d4 1.47 MB 1,868 12
726,772 726,772 00000000000000000008cdec52c95707957742782ff49a91ba2170c4bd29e6ff 0.89 MB 1,096 9
726,771 726,771 000000000000000000055f0ec7d14d20604ba09836e0967066a73d444c8b90f9 0.03 MB 47 7
726,770 726,770 00000000000000000000a3e5d4d483a6822210e1a60348bf9e27e54a87e8ace4 0.79 MB 1,375 9
726,769 726,769 00000000000000000004a6040d9bbff1ab9a56724c86dc1f82b4efa8353baafd 0.82 MB 1,264 6
726,768 726,768 00000000000000000003399cbabf9023b03ae0696cad3d14fff264e163f0c255 1.80 MB 1,363 2
726,767 726,767 00000000000000000006d8a9e513afe6b2861c80ed9c90042972b959fcd9a319 1.50 MB 3,557 5
726,766 726,766 0000000000000000000849da023560ff29dbf22253fc7d6c6248072950125745 1.54 MB 2,366 8
726,765 726,765 000000000000000000013a20f6a1483bd71fc632a4acaa5d137d9a6d614537b6 1.30 MB 1,544 9
726,764 726,764 0000000000000000000336e5728b92818ba44591366850513068538638276c95 1.49 MB 2,368 9
726,763 726,763 000000000000000000000dfad79102c2001a8b6ab78914cb94f02d561a646c49 1.45 MB 2,283 10
726,762 726,762 0000000000000000000547d0d0768987fc31895f82228fa4bd16d8193c3748c1 1.58 MB 3,257 8
726,761 726,761 0000000000000000000053dc0ebd0add355ad6a72020c4e5301778a1b337e573 1.47 MB 2,479 22
Previous 10 blocks ↓
Total Size: 768.95 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,613.90 GB sent, 92.53 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.