Memory Pool Memory Pool Refreshing

8,526 transactions
2.84 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,808 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (686,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,454 221,454 0000000000000347bd3cd0445cea70969e16dac943d469bb1e4018cd7f0186e0 0.02 MB 38 153
221,453 221,453 00000000000003e7e92d5eeb46aacd0f6042472ccd3711eead7c6ec6adfdbcac 0.10 MB 192 173
221,452 221,452 00000000000001a3de4c0de0118bc6d6fefc1f417745d4c86dd924159b76a0d4 0.25 MB 571 213
221,451 221,451 000000000000013314b35b5e448a1943be45d9db4a4c9101b540ac183c9bc0f4 0.08 MB 140 146
221,450 221,450 00000000000003d57bd17ee9e10da2652cb9f1a494bb3ae8cfbe04230c2da9de 0.01 MB 35 190
221,449 221,449 0000000000000233394a239e7423b432c21d9efdd849f82f5ca2896b09098952 0.13 MB 330 187
221,448 221,448 00000000000001883d131dfdcf249cb6ba12113f5a981aac5a40d9b6073107b6 0.20 MB 419 178
221,447 221,447 00000000000000c79b84278ae73aa046a84afbf190d75d52ee47fe72f7b947de 0.00 MB 9 46
221,446 221,446 00000000000002b524ff79bae688cb665c348b9cf11613ff7714b1c8f984f953 0.04 MB 94 159
221,445 221,445 000000000000021003a9645b8824b7442d720ef8ca21757f454eae93e67846bc 0.03 MB 50 110
221,444 221,444 0000000000000206310a5e141e10de2288ae8eee121d0b0ceee8d99482a0bac8 0.12 MB 286 175
221,443 221,443 0000000000000208b5ed764cb055c536661a13f07f627dceec27553280773a22 0.14 MB 306 173
221,442 221,442 0000000000000332bdd2633442084d9c3ea0cbedaf39a486d1110373c8a7c7fe 0.11 MB 245 213
221,441 221,441 0000000000000267d5152fe28908eb92eb53ceae83cfa1df6efca6ddba25f767 0.02 MB 53 128
221,440 221,440 00000000000002beac55b8c5a56cfdd135b025919c8d199a9ad49193ea4fca48 0.05 MB 79 141
221,439 221,439 000000000000013f0e34ec11215a3f396180c82756ce22511384166c3265438a 0.10 MB 214 186
221,438 221,438 000000000000027c59c5e78574b8740eb3afa7d8a52afb059f9e6963ba7279a7 0.00 MB 10 89
221,437 221,437 000000000000004ed656b2163b1f7d4775ac6557e488d5a1d14b1137a6d73176 0.03 MB 62 155
221,436 221,436 00000000000003c91b8f28bbad7cda7880eb5bf6ff74c6950d028c65cb942c9b 0.15 MB 345 186
221,435 221,435 0000000000000194d3a2834aaba8d8eb7f8989ce3f67cefe52b9ed62a3977a79 0.04 MB 73 18
221,434 221,434 0000000000000461ccf87573790a537930e2efa8664869443359ff957ce8412b 0.22 MB 462 159
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,616.38 GB sent, 92.72 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.