Memory Pool Memory Pool Refreshing

3,634 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (669,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
238,423 238,423 0000000000000057de1db69a467f5314b82d555e36ccfa878ce649ee6ec69489 0.23 MB 401 121
238,422 238,422 000000000000004d0bdae00d76afde45cea798be81b421c601ff04a823c990fb 0.11 MB 277 212
238,421 238,421 00000000000000ec18af817ee2b9c13effa1597a38c6cd417c4408c5db0f5ee7 0.10 MB 160 121
238,420 238,420 000000000000009793447f1a20773fa4bd266f41992cf693328da6fafc2c95cd 0.19 MB 463 197
238,419 238,419 000000000000014b02de6fb12664018159cf926919939f16260e8ac3045d95d0 0.07 MB 157 126
238,418 238,418 000000000000015c40abaedb823f636ec978f80588c5de941b604f3dc6861c9d 0.13 MB 317 169
238,417 238,417 000000000000005bc7cbadf0337c2f41690aa6485fe9ddbd12091474fdfc21a8 0.12 MB 143 131
238,416 238,416 000000000000003f18c514cf98df0fc9e0e9ad9571b4ff98f3f41f917942ceea 0.06 MB 157 120
238,415 238,415 0000000000000003a650f78765e3a5fa251d23b07a26908e999addfa9f9e59d8 0.24 MB 499 162
238,414 238,414 000000000000001eb6f8bc95b4c655fb507cd1f5b9b107c9919679acd0ac5ba5 0.25 MB 438 160
238,413 238,413 00000000000000e00ac5e7827b8e065efe59658d08872b2655056be97060d2f1 0.25 MB 592 212
238,412 238,412 00000000000000a500d28229c3aa2e2f097c0c0db7efc9445e2ad67fb6abff2b 0.06 MB 121 115
238,411 238,411 0000000000000127c6691d068442ba7269cccf8aea818e8a3f127537089aa431 0.15 MB 227 107
238,410 238,410 000000000000002a6d92d49cacd5f189ed450cc6d2a9397b2167d8292ec5770d 0.25 MB 601 185
238,409 238,409 00000000000001383eac22fb7e6dc1096c5a9b3ca515b77000b1375204f61cdf 0.25 MB 629 195
238,408 238,408 000000000000013d9cb3b42807f693736c68bfcc7afa9397209bcdfadbfcf0f5 0.20 MB 472 182
238,407 238,407 0000000000000118b98750e863c54f710e3a51d0cdefa94b77c7d5a2e28e8e30 0.21 MB 415 161
238,406 238,406 0000000000000057f490e3c00222c262850eae36de4aa65396855bd3915f12bf 0.12 MB 255 155
238,405 238,405 0000000000000146f3de0e12b0a7ce844be79ee0fd5b79e16e434ed7cb870928 0.20 MB 403 162
238,404 238,404 00000000000000c8e521a45a6e131e16eece75d2f48ae6cdf759d117a2610899 0.23 MB 453 154
238,403 238,403 0000000000000092e33fae585088117649f50b7ea1f45d81a1d4000bf22bc923 0.23 MB 193 75
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.