Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (707,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,919 199,919 0000000000000342381a8e0e40c4cd7eea9e38e383f0e19ca2bab38c65df3c1c 0.07 MB 207 143
199,918 199,918 000000000000004162a05724f5781557af2e8c703c562567b5dd0764cc7bb677 0.10 MB 218 124
199,917 199,917 0000000000000530f1789d65d5bf5186e50dfeb943e730d0f513c0b21f6e5d19 0.06 MB 143 105
199,916 199,916 0000000000000063d4eea05bb66a5de83e4405f51e9945fc17c261c41c72095e 0.10 MB 260 149
199,915 199,915 0000000000000396777fc8be9d6c8f9dd0189efa4b5ff0bea144ec50fc1e5432 0.00 MB 1 0
199,914 199,914 00000000000003c6947e260dc80d6ab426771a7ba9d8d5fb58ff66a0db26c361 0.14 MB 304 131
199,913 199,913 0000000000000241b1d946042ad7951419fc3686ca7081d8183fd3c978dd97e1 0.06 MB 159 125
199,912 199,912 000000000000003a68473bf9a88a66232afe9b7a68811fca92d7fc2202ff1372 0.05 MB 122 102
199,911 199,911 00000000000003d6ff784b21f685baf09f68f221221b2be0becb1d87e2ac81b5 0.04 MB 106 128
199,910 199,910 0000000000000595d2454d3dd4d6cb406f306f42b622eb4129c25bc1eca54dcc 0.03 MB 95 156
199,909 199,909 000000000000015df1c4c4ff085fac6ddae31ed87b776b7c1da065d4e97b61a3 0.04 MB 96 131
199,908 199,908 000000000000022fca34265d49ea59f9ea0658a8f334ec67d8047e74cdd80f93 0.09 MB 183 105
199,907 199,907 000000000000052875b59e94a38d367a3354fce0ad472f60b486b7305c4c4980 0.26 MB 545 103
199,906 199,906 00000000000005469994277cdb02967757379bf744e677066d2f6b7b8ad9e1bf 0.03 MB 36 52
199,905 199,905 0000000000000387d9d4c22f12c637805bd52a1a8e3f6fc5006f28b3f638b3e4 0.05 MB 124 79
199,904 199,904 000000000000036659c00fb7b5a016f9b80ceb0150d57cb924c226d98639f6cb 0.24 MB 680 155
199,903 199,903 000000000000040bf1c75acab28ce85e24b2e89aa4c1a3a048d8b56d153a8985 0.00 MB 12 490
199,902 199,902 00000000000005be6a501681db57145d1ea05ed2a7eccce493a4fdae09f0d1d0 0.05 MB 124 104
199,901 199,901 000000000000056312cb86bd849f31d6260b1cdf709676d4caff7ac44f15fb6b 0.11 MB 273 152
199,900 199,900 0000000000000138f016a6fc1666fd667b7d282d65ad14b7f0b16a75a2e90e50 0.06 MB 197 133
199,899 199,899 0000000000000136dbd0fe1bd3d6a7ba4c73ef3ecd46a3e8ac5b1c8c39e4ca84 0.01 MB 9 38
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.98 GB sent, 92.70 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.