Memory Pool Memory Pool Refreshing

2,695 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/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 0.85 vMB 2,689 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (686,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,015 221,015 00000000000000eac38fde539fb21eb5019a782588614a22130cd5716f527c4d 0.12 MB 319 272
221,014 221,014 00000000000004d3cdb758b0cd71d7d52848637e4187807f7f70481149233cf0 0.28 MB 310 18
221,013 221,013 0000000000000405fdadf32eba1e4c87e067110afdce6e625e797da6f9181fed 0.08 MB 149 277
221,012 221,012 00000000000001ff1561a2a7c3a16605d8dd2aa54c85716b4d9e243d79ae50ed 0.02 MB 64 127
221,011 221,011 000000000000003d11fa02a56dce351e642e30ea64c124206265d8fb782d8ba6 0.21 MB 512 218
221,010 221,010 000000000000005a124743b1799582bbe0e1f5f24c54418396e49deaa0474bff 0.21 MB 486 279
221,009 221,009 000000000000000d849e5061e8cf506668bb911b034b0ca79f067993765695a8 0.04 MB 75 97
221,008 221,008 0000000000000435524eb5b76d4ed59e513ab509da2646c34929424d91a16518 0.24 MB 589 279
221,007 221,007 00000000000002f7cbd5cf1ab66acd8df3ab23bbd66a6f635491e43dd3ac4b8b 0.26 MB 619 269
221,006 221,006 00000000000002f6802bb0e0ff2a760e26b56f8d5c2b3bd967c16ec3bd24ea0a 0.17 MB 360 160
221,005 221,005 000000000000048c53214410c76fd76897838f10334306748fdd9f0ea469319c 0.24 MB 531 253
221,004 221,004 00000000000001d552c83cd6a46a4bd91a6878033e24a1688e07538a7c73bde8 0.09 MB 256 291
221,003 221,003 000000000000046d6017ab37e9f6f087b93ca68e9f9f02f4f1f2c2d037b0bbe7 0.25 MB 605 184
221,002 221,002 00000000000004aa4ce63f8f2fbded9637ecba52f668bfbc0086cc6a56850415 0.17 MB 271 211
221,001 221,001 000000000000003c40a20067c74629ee65c306562fce98e09359ca603139faae 0.25 MB 707 310
221,000 221,000 000000000000034588ba0f8771e2f48b4a3f1451bad40de0e8e04a5b6e5a65ed 0.14 MB 336 173
220,999 220,999 00000000000000689e5cf0f8fb76eedf702936640d73bf73442c679260fb19c2 0.26 MB 605 279
220,998 220,998 000000000000003844d3fa1f221763ed11de41629acb1aa8e75373e2c02b518b 0.27 MB 263 98
220,997 220,997 00000000000003e636eb7ed66c55c6f4af185fce0715e70c829e6bd071570ea9 0.25 MB 750 306
220,996 220,996 00000000000004185605426b20dc2ab2b4f264742f748c55b83cd050339a6948 0.05 MB 139 53
220,995 220,995 0000000000000015fd4dd69c8d478fea22e37ccd9bcd2680f8c9203913411a48 0.22 MB 304 146
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,615.72 GB sent, 92.69 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.