Memory Pool Memory Pool Refreshing

2,730 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,064 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.85 vMB 2,718 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,063 (696,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,122 211,122 00000000000001ba742f1d2c10c0208189751b8ca627b2d87d36d13fc4472644 0.01 MB 29 122
211,121 211,121 0000000000000159286123410a983d93c516eb21a2d996197a1211f7506657db 0.05 MB 114 126
211,120 211,120 00000000000000f233d442f59f1fb47599b9fb7be0f53a0b341360c2a4be9969 0.20 MB 460 181
211,119 211,119 00000000000002f07dbddbe22082ddda27ac5ec8212720b63c89d7bf51bfe136 0.01 MB 32 116
211,118 211,118 0000000000000168ff2beb21161904ede5f54e3048f072e69701aa5f53afd066 0.07 MB 187 168
211,117 211,117 0000000000000097cb3d4f18f96f416a0997a48f5dac69364cfae5920daac087 0.04 MB 92 164
211,116 211,116 00000000000003c8149cc5b4cecf369ee038c84fdb230d259f5f51fc6bfc7d9c 0.03 MB 74 305
211,115 211,115 000000000000009b92bea628ccd79fb9f8f3dcaef1cea6cf0f38fde9b3c77ef5 0.07 MB 181 174
211,114 211,114 00000000000001416db7b48771ea01f9813d9ae80daf1f3567fd0aecabc2fb6a 0.15 MB 282 85
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
Previous 10 blocks ↓
Total Size: 769.66 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,654.12 GB sent, 96.17 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.