Memory Pool Memory Pool Refreshing

1,607 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,599 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (117,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,365 790,365 00000000000000000005339e5658123f474925b95bd4381eb6f8b7180e7fa969 1.64 MB 2,497 125
790,364 790,364 00000000000000000000b23d4d96158eb07f5fb693a99084ff2011dc639657b8 1.71 MB 3,189 85
790,363 790,363 00000000000000000001d18622477463002820bdd982b2380b9847189f8c1519 1.58 MB 2,754 83
790,362 790,362 000000000000000000012e2df3f80c535af79f8864adba43906fc75514ff0ccd 1.55 MB 3,394 137
790,361 790,361 00000000000000000003d997a9dc518c7b89d30478f5230b43d2950807635036 1.65 MB 3,075 113
790,360 790,360 00000000000000000002a529bd4427a431ab8c0daed399615241ad59cf9caf01 1.53 MB 2,368 171
790,359 790,359 00000000000000000001dc1b14da3eb4620ec16433f7ef0e4a500dce28e28a6d 1.34 MB 1,967 117
790,358 790,358 000000000000000000039823fa827be189d259f69f0641283a65ffa08d55c2aa 1.45 MB 2,567 147
790,357 790,357 00000000000000000002eff2232637097ed0f085b03d56ce75b26e8591aeaa2f 1.60 MB 3,800 83
790,356 790,356 0000000000000000000429aa56d9e5f6839778a08bd9e5558e6de2fa8a51b8e2 1.64 MB 3,164 101
790,355 790,355 0000000000000000000519d7890cbba0b7421ace03538d0267258cb4468b3e9f 1.59 MB 3,482 89
790,354 790,354 000000000000000000010f59dd54ae9eb948221f3773e51efacffe7e29be013c 1.47 MB 2,956 110
790,353 790,353 000000000000000000039c5058ada71178081d6b08bbf950890161c27f15bf15 1.55 MB 3,712 121
790,352 790,352 000000000000000000021bdcb15146baa0cb811691d625a6c0b661a141744a1f 1.57 MB 3,221 175
790,351 790,351 000000000000000000039647e43e80cd72a48dfd340c81b5ddbbffae817d172f 1.37 MB 2,307 105
790,350 790,350 00000000000000000001489c7ca9572108441c94716349305a8be09c5e4663ea 1.50 MB 3,151 141
790,349 790,349 0000000000000000000048f9b5b7ca0c1fc9ecbab052f052ee73b9ed4f169337 1.49 MB 3,389 157
790,348 790,348 00000000000000000004ef3bfdf5308c20dfd5d3e0a7e89091a1e4dd3c26e8f2 1.62 MB 3,531 95
790,347 790,347 00000000000000000003f427fd5bbf25c49e27ae1444b2a637ae9e607e3bcba6 1.66 MB 3,938 117
790,346 790,346 000000000000000000013883b2e31e975f553e57b1f9091f75e3d088e9d2aa33 1.29 MB 1,427 111
790,345 790,345 000000000000000000035bc6d31d1c55976941fbb3f3baea12454c04b0a3ff91 1.53 MB 3,238 105
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.