Memory Pool Memory Pool Refreshing

5,090 transactions (1.87 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,132 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,477 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,131 (896,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
12,294 12,294 00000000333102a2b91a4deb828de0ec5333f94cbaa6d90f64246def9a6c54d2 0.00 MB 1 0
12,293 12,293 00000000e55f5af92d94ac6f8c82c179f7610db95eeab7e3d3ada7b12c253d63 0.00 MB 1 0
12,292 12,292 000000005091a6d0634547b790ddcf9ce29422c4228ca785b4f6983e68162054 0.00 MB 1 0
12,291 12,291 00000000ea2c934afafd4544b0c7593dd0c6e68bc9fa5159cf78d2fb814a6e83 0.00 MB 1 0
12,290 12,290 00000000a30241dd033a23cc2f78be24f7792f3c238f5226592e5132000e5919 0.00 MB 1 0
12,289 12,289 00000000a2f2b6ca177414fbd86c4de48d8d349e8977862166eaf83ef2568592 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.79 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,949.68 GB sent, 106.54 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.