Memory Pool Memory Pool Refreshing

16,766 transactions (3.98 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,178 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,624 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,177 (896,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,315 12,315 0000000003a03700d37276c1c6b5a7614c0f09e50b1dfdbba7127ab41883964d 0.00 MB 1 0
12,314 12,314 00000000d2e6b2ee55a459873f27c936e7f0339866fbf5f44bd1d6b448830f70 0.00 MB 1 0
12,313 12,313 00000000601800a85382553e93edc9af16b00539bd9d2a7a32a5151d424d73a2 0.00 MB 1 0
12,312 12,312 00000000a6ab7de5508a385cbbfe477c7d4a37cb8e425edddd937df323c7dde0 0.00 MB 1 0
12,311 12,311 000000005e610330dd93221e386e9ee22da02aeb71e4e5f4f658ecbaf5b6ebf6 0.00 MB 1 0
12,310 12,310 000000006cfbf4a61dec994f57eddca436f09da4e386b80a125e50ffd316baab 0.00 MB 1 0
12,309 12,309 00000000762dd8f1e92daf1e1f853fdad3b4357a9282fb6c7006b60a311be67f 0.00 MB 1 0
12,308 12,308 00000000d837576a8644ef4da2ed5f934e568cda2182127828c68f26d83d7879 0.00 MB 1 0
12,307 12,307 00000000acd8eafca0e97166ec5008eb12748337af58d76e18129e6f23dd6730 0.00 MB 1 0
12,306 12,306 00000000f13ee9e9a2aa82ad3b65fc4dd7d141f9aef8c5b5a7f64c51d77037a7 0.00 MB 1 0
12,305 12,305 000000005e321060578e36395ce487a719118a42bacc7ce189dcd8446ee7891f 0.00 MB 1 0
12,304 12,304 000000006ac9012d3d2e8e2264b070d40edf2cc3cd921ec7b4905e2138fd85e6 0.00 MB 3 0
12,303 12,303 00000000fccbce68e29e2271fd770cc9e99be624761756c0cea12cf7c55f3543 0.00 MB 1 0
12,302 12,302 000000005155e6bf4f9ad177d3d5e32e4e9a0a0afde7681986b4b30b221d87d0 0.00 MB 1 0
12,301 12,301 0000000052b14f173760304dc2bcc0b3bd6c50aabf77734d9ef0582a7a39962f 0.00 MB 1 0
12,300 12,300 0000000037f68fa8220084e201354b83ec8fda23d9ab65d606e1e9400f6ec009 0.00 MB 1 0
12,299 12,299 00000000d44af2323c55142e3dd5e2bad15ae90f661237757f5702aeed52171b 0.00 MB 1 0
12,298 12,298 00000000094dd21385031415f3a56fd4c9bede123ffa4ed08c79fdf3ccc87230 0.00 MB 1 0
12,297 12,297 000000004682ea4f3ad7b0104853d56e201d7e96f69985dd89c9b2a8ef0dbbac 0.00 MB 1 0
12,296 12,296 00000000c40a960ea4df0fe56c87b45ef2eb76c393954b26f28f48e92bc4c52a 0.00 MB 1 0
12,295 12,295 0000000051fd17adc00aae0bb51e67f6f69c93d4f87019a69a41eb49ee04f90b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.87 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,985.64 GB sent, 107.08 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.