Memory Pool Memory Pool Refreshing

5,513 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,678 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (786,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,900 120,900 00000000000012fee0a7f7fa5696567419a3bdbe0011a2b68ab4903ba2bd1eab 0.01 MB 20 0
120,899 120,899 00000000000048106e6319a530cada2369fcae545adf04e87f7418d900adc86a 0.01 MB 18 1,340
120,898 120,898 0000000000009778d1e77eb42c20eb1e1d413b5138cf53114a709127db45e5d3 0.00 MB 11 1,033
120,897 120,897 000000000000ae9831e866a66a8dcd3711d0ae29c9629301afa83c18a3b08908 0.03 MB 76 409
120,896 120,896 000000000000455d7777241747da5d9e2c8a601d7ec5220f2f07e17bddefd2fa 0.01 MB 20 541
120,895 120,895 0000000000006f04a50e02d16e72fc33f9aa1206665cb6ed74fafc7f25c41c85 0.00 MB 11 1,518
120,894 120,894 000000000000687f3b2ea04d6846da81c63e8a1dd626d9e7658e05d0ba3ba90e 0.01 MB 7 1,369
120,893 120,893 00000000000030d8583e65492373d5635e3e04f128575e2785bc14ad1985b5c1 0.01 MB 20 300
120,892 120,892 000000000000235d4e2e8590e58b936ac146bad7510ce85cbc631c45eca791ff 0.03 MB 69 1,401
120,891 120,891 00000000000001c4640aa473f6858323efff15cf9f76d572c313cc1dfebc7058 0.00 MB 2 3,875
120,890 120,890 0000000000002aa61cac2908aaf0e7731922e2dd294240346d6b94566fb03ee3 0.00 MB 10 781
120,889 120,889 0000000000006dc7c9f2c3c6bf5f983c90dc90d232ae144cb7c3e2cb33a38b0b 0.00 MB 6 2,040
120,888 120,888 00000000000081d91e486d0c3e331b91b3085609275a486ef45da3590f01af1c 0.00 MB 12 249
120,887 120,887 0000000000000338a290c4503eabb1a287e1f53e7a7a9ad65e94d48b18ac9539 0.00 MB 13 1,024
120,886 120,886 0000000000007715c0700954c3390b3c86f9c1a3e44b981fe0b8fa9970685619 0.00 MB 9 1,212
120,885 120,885 000000000000a76cc3e5bc19c8b0d53b3ea7002f2ee5e3afc50b7a9776b4b2f9 0.02 MB 39 328
120,884 120,884 0000000000000d653b22fc34c86a43782a19cf70bc2909e2e90a13cbd3f26626 0.01 MB 9 786
120,883 120,883 00000000000091486afcb7dee30ec65aeeef0dc820ae54aa57f6a9ce3884f455 0.00 MB 9 734
120,882 120,882 000000000000481280b597e7dd2c25e3a7178c1c415e5912c5600ba79d6079d3 0.00 MB 10 689
120,881 120,881 00000000000075daaa431517c5d885d7965335e4ded57706f0ac14f513195790 0.00 MB 6 694
120,880 120,880 000000000000459cd4441d64d483e642f20a75fa25543dce57888032fafebf57 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.