Memory Pool Memory Pool Refreshing

19,188 transactions
6.12 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (701,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,486 206,486 00000000000004ceb4ae6db537f25a317bef5558774c47831b9947215330e280 0.33 MB 606 146
206,485 206,485 000000000000025fd8c7f8447168e209ba93c6c42e2a422c57a105b92c450de8 0.02 MB 32 251
206,484 206,484 000000000000024c85273b371d11d140d7845543c9fd47f9f94430edc921a820 0.08 MB 101 129
206,483 206,483 000000000000015d4742f44cb1a4ce0827dbd663042dda09e2f955ee58d809ba 0.07 MB 94 100
206,482 206,482 00000000000001914137b447306caf04ccc184e873775adcb5ab3f402ed7abfa 0.05 MB 121 17
206,481 206,481 00000000000000d0c8b68f7f38958a36e8c4454289a9002afe271fa40ba8a05c 0.23 MB 589 191
206,480 206,480 00000000000004c20256620264a4b200f0fa306e8c20192eb77975d33280e80b 0.22 MB 269 134
206,479 206,479 00000000000003eee1d386e0e36b84b56986360a7c783be949cd5205b3a9b524 0.05 MB 150 143
206,478 206,478 00000000000002559d98dbfb2f9543cdf5cee4d893587bf15e9acd8cc822d57a 0.00 MB 5 174
206,477 206,477 00000000000004e9e3f2fe509b5d3571dfe35dbd0dfd27097640e725fe6dc5ca 0.05 MB 151 123
206,476 206,476 00000000000004a42633e1fdbda346be7f3fbb2f82dc653f59678305aa301b73 0.28 MB 425 162
206,475 206,475 00000000000002470854d370c2267e2851d81995474c1212bd68d6b86aab1e4b 0.12 MB 344 223
206,474 206,474 000000000000001a5ff59f409373d7aa3371bf418af8e344d7733211c588b50f 0.06 MB 191 54
206,473 206,473 000000000000040cc0d5e003d6f136502b064ea13a4f27b3dea8810613afeb2a 0.05 MB 117 90
206,472 206,472 00000000000000e8cdb2e353416ae94ec8ff366b7067b410a9e783a10c31f876 0.10 MB 248 172
206,471 206,471 00000000000002e19724fcb69e40b94f8cde5363ff7c63f2645454344e65d454 0.24 MB 178 105
206,470 206,470 00000000000004d162f00398a8dae9ca92841fcd69264c7f60658a651496c974 0.00 MB 12 14
206,469 206,469 000000000000049a671dcba59f2b4d7b383500bb128c5f49fa96a071f405072a 0.14 MB 283 224
206,468 206,468 00000000000003a0e50ddb3d4bafaa5cd905dbf4272ea8d205e0630ec7bada46 0.19 MB 336 154
206,467 206,467 00000000000000ca22114ec9981b57bde0a51c6223efd1c187344536397fc0f5 0.30 MB 515 130
206,466 206,466 00000000000004df9d9bf1e9df9c96c562e4cb5e4cad6703cc3f8403cc23246c 0.05 MB 131 149
Previous 10 blocks ↓
Total Size: 769.02 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,624.45 GB sent, 93.00 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.