Memory Pool Memory Pool Refreshing

421 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,906 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 414 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,905 (696,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,113 211,113 00000000000002db64e9a0b9e684516d38192af43283cd50682b47dcb383d59b 0.16 MB 400 178
211,112 211,112 00000000000003c051ff4e51bbd1cd60d9ee22c4a0dc94a0f4e8319347f97e08 0.00 MB 13 29
211,111 211,111 000000000000002f8be0f63a446c8ad03342c418cd18e1dc17d1b3a81fec5a44 0.20 MB 403 152
211,110 211,110 00000000000000b9116e472419ca9c96a3e435187517e93f7f1e7752f6485c2e 0.21 MB 342 159
211,109 211,109 00000000000004b931cb3e700b8b24d6d831aafe2583805f80b5254c5e817cb8 0.01 MB 30 199
211,108 211,108 0000000000000180ab889e8b9426cf9929119ab139c5f7227eeeee3636eb4543 0.11 MB 233 178
211,107 211,107 00000000000000a90b1e555b4de3f3871efb217ba5bb207966d26ffc83baff34 0.00 MB 11 85
211,106 211,106 000000000000047f2a77a998b1b5bf04fc601f31a249eb61fedcac4e2399f4bf 0.24 MB 414 116
211,105 211,105 00000000000004757c0829d3c3529710f478e2f5d1f451cc069b0bb68af5b950 0.11 MB 265 186
211,104 211,104 000000000000023becbf5de2db041ceaf4f0d962df59227704dbda4247dd3d5f 0.21 MB 306 276
211,103 211,103 0000000000000339bf9fda506bd468984b9b32d2eae11ab59ad2dca779b80364 0.00 MB 12 629
211,102 211,102 000000000000045fe916df47727412f6329186e479fb637061c6eb1bed43e2a6 0.13 MB 105 26
211,101 211,101 00000000000002fdef51089bceea0553d2e97a22e5d72d3e2acf32fd091e8fc5 0.15 MB 261 154
211,100 211,100 000000000000001879bc69529c05f4cb4ab1c9ac80edfff5cbec0edfb8796b08 0.19 MB 504 231
211,099 211,099 000000000000005fd62bb3ede24cba7c3b88ed74d99e162c002a0eda151e129f 0.07 MB 152 309
211,098 211,098 0000000000000008c7eeb24b24bfe3c571ed3ae2e45c25600e7faa6403012c6f 0.40 MB 649 120
211,097 211,097 00000000000002b8f1293f6d73601fc1b103bfa03b71c7eaeb3a291c1ac23154 0.02 MB 29 119
211,096 211,096 00000000000002f44f44373beb1921e6d281978bc5fc4114e6998268cbbf8559 0.19 MB 284 200
211,095 211,095 00000000000001ffd3eef6aacc35f1a1d6619ba1784073f2f70c24d01dd8629f 0.13 MB 155 92
211,094 211,094 0000000000000412f06b4ca390a2665f4550cb44fd8c9d4bf3c1e2b625efd3e4 0.25 MB 521 181
211,093 211,093 000000000000036afa1c61a960c4f5b5fc06f206d2376d49a3a5670524e0e073 0.19 MB 338 187
Previous 10 blocks ↓
Total Size: 769.36 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,643.78 GB sent, 94.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.