Memory Pool Memory Pool Refreshing

3,202 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,941 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,781 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,940 (305,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
602,278 602,278 0000000000000000000e51f6ee084894205cff287c381bc1daaf1d71656110c3 1.23 MB 2,877 44
602,277 602,277 00000000000000000013bae37c8062be992768c26c9f10f1366bf697a32f5ed4 1.22 MB 2,763 47
602,276 602,276 000000000000000000100afa3ff8c6a91eda9844d5e36630aed948b88d5edfd7 1.19 MB 2,976 22
602,275 602,275 0000000000000000000f98920f678750553b1604c84c860aef8d818501e53526 1.21 MB 2,851 27
602,274 602,274 0000000000000000000fb15f2c5238da04f328a3e07182348c48b5e10d7b9c46 0.70 MB 1,473 28
602,273 602,273 000000000000000000008796061126ff5e97cb95faf6f8a1131fdd849fbd41ec 0.16 MB 396 33
602,272 602,272 0000000000000000000cc150ff2c878e876cd1322c75c37fef60177ee4682ad6 0.22 MB 673 8
602,271 602,271 00000000000000000000c5d4dbd23b0eba635c6eb3017f1797bfe47022c008a8 1.28 MB 2,782 27
602,270 602,270 00000000000000000003184d0b8a02e8955948cee5f3bf77070f161c630f3213 0.65 MB 1,087 23
602,269 602,269 000000000000000000073fd3f2e89197c477b83efbc38822a928eea215a0fbe3 0.75 MB 1,316 14
602,268 602,268 000000000000000000084de035b40afb89a0f9da8da13f67714260605d2823b6 1.18 MB 2,092 2
602,267 602,267 000000000000000000039a6daa24d4e185fa4a721555b1702856b4508f002f1b 1.08 MB 2,349 9
602,266 602,266 0000000000000000000423c48d1e9550d055262af5fe944eee9577be91eb0c14 1.24 MB 2,553 26
602,265 602,265 0000000000000000000bbe9c4f90597e5243e876c8848f17b0e1c7aa4348b94c 1.20 MB 2,820 16
602,264 602,264 0000000000000000000f1f9389a045d9bb42130bcd220c4dda6c5821e7e0af39 1.22 MB 3,098 40
602,263 602,263 0000000000000000001405e7c8633a900ed9c03f566f1561a098c5a202a57630 1.25 MB 2,634 39
602,262 602,262 0000000000000000000fc42c28ea62ad2e50b605f18361565e2e2103b6d330d7 1.24 MB 2,929 34
602,261 602,261 00000000000000000005a4fa9ad53c4cd364794085b8ae16bb2a2f059571a001 1.23 MB 2,902 40
602,260 602,260 000000000000000000132e9c48fba9557475ff02b8977b88f45e5bdc906141ce 1.21 MB 2,605 10
602,259 602,259 000000000000000000116b8e8a0c25f3ee5874a115da3f5519ebd0af49368c94 1.24 MB 1,982 27
602,258 602,258 00000000000000000004a8bdf9ca98f0749983e8dd471fcaf07ec443a52d29cf 1.23 MB 2,813 41
Previous 10 blocks ↓
Total Size: 769.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,645.59 GB sent, 95.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.