Memory Pool Memory Pool Refreshing

10,520 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (703,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,792 203,792 0000000000000249fc895699939a9acbe3302810cd6501ac9b7341215183b6fb 0.13 MB 306 142
203,791 203,791 0000000000000566c694a1ac8a0d06318f461ed3b45ed8aebced6acc68a87600 0.05 MB 126 233
203,790 203,790 000000000000029f2b79d5ed85f46cc032af187c3e358e02634b2f995aabb452 0.15 MB 316 126
203,789 203,789 000000000000015f9a98d6c90d9db72d11f5dfe7580a27a9d097a4ac898d0212 0.03 MB 63 96
203,788 203,788 0000000000000420c18baa57b977052d30968a1ffd7b78299d6b4f08798de76c 0.11 MB 288 173
203,787 203,787 00000000000001003c1051ef9a3b57aedef6260a6315e7b013a691ab8fbcdec1 0.05 MB 69 379
203,786 203,786 0000000000000388c2d7fdea6b2a1afdabd3076f009905817bccfcd6d5c13d96 0.45 MB 537 28
203,785 203,785 000000000000028362dddf7fd76cffe8935b5823d1730e0149f3e80cda61157e 0.25 MB 120 129
203,784 203,784 00000000000004ef5c52c590f18354a492fa0b6dc048a62644f6ac246be0616e 0.23 MB 550 183
203,783 203,783 000000000000036341bfdc15c5f5aa565bcf0cb3c7280e07a33ec133b0e26f11 0.05 MB 143 128
203,782 203,782 00000000000003d6986fa4cc9a5b03314dda0de5712d2da732bb9c9a41da8bb6 0.46 MB 523 49
203,781 203,781 000000000000003db1d428c15a1ca130fe76ab430e278bcab0354aa972a22586 0.07 MB 99 92
203,780 203,780 00000000000000b6b46d89402c3a0638d147b602435c637c6e7340fb26fb74d9 0.13 MB 170 82
203,779 203,779 00000000000003e9a20ec50d1c1417ef2c9682dce046cc75a3f520c245bb8e71 0.25 MB 282 102
203,778 203,778 000000000000040276ee52bebddc173a12c3faeb9948c313d65fd67f1de4c088 0.11 MB 188 97
203,777 203,777 000000000000014d7bb59993122d89b1496c186ae079a807778a6392cd3d24f8 0.22 MB 524 152
203,776 203,776 000000000000016269ee34b8e68910e6ad4a6e186803111c512a5fe1c65b1259 0.05 MB 137 94
203,775 203,775 0000000000000574e56a78eed9ed5a99f94d6856830898aa097476f4fbd62a7c 0.00 MB 3 133
203,774 203,774 000000000000002fb092ecf792039e0b097f6f301ce9a990ef715ab0787886b0 0.09 MB 151 121
203,773 203,773 00000000000002d37b5ba49866b2363705730e7d84e6e762cd18a9c205c9b3d5 0.13 MB 282 141
203,772 203,772 000000000000055c6e97f47cd23300378d5d73a9c7da477081e9be92c2b3e6c8 0.05 MB 105 63
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.46 GB sent, 92.91 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.