Memory Pool Memory Pool Refreshing

2,828 transactions (0.99 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,025 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 2,778 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,024 (846,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,308 62,308 000000000033bd2c84bfa03a6b63d1b092f12a4e79347fb8d64b0ade5e179d45 0.00 MB 1 0
62,307 62,307 00000000005393308b3648c0cd082b5e3d5fa9ddf3e607e5a913380b11856516 0.00 MB 1 0
62,306 62,306 00000000006427df142e3a58a69b0cc25e2cacc70ff1f0509bc6b36e37860589 0.00 MB 1 0
62,305 62,305 0000000001cb048349d6ce9c5299bc510ce9566d59b2e6281e26a0717981e6c2 0.00 MB 1 0
62,304 62,304 00000000064bc42009a24d3467065a9004925cc76b3c4b219f0eae20ba89ab48 0.00 MB 1 0
62,303 62,303 0000000008b61814407f2e2f7a1d98d72564393c6ee16648c6e05bb2abc1eabd 0.00 MB 1 0
62,302 62,302 0000000002621cdd0c607f1504ae759e434ba62ee299488d00c073993201107a 0.00 MB 1 0
62,301 62,301 00000000014f45a8dab36c8dc352a093b8d896da7285b493cd98ec30c3a5b6e8 0.00 MB 1 0
62,300 62,300 0000000009bcfb36af34ee8ef374424de8330e670c16a883b593228787bb3bd1 0.00 MB 3 0
62,299 62,299 0000000002f89947187eb7c8b22a1e99c8ca42b648a1b74c36a892a0b3beab2e 0.00 MB 2 0
62,298 62,298 00000000095d1df2530828da4376128f571a80e25c50455e166d81d5e9beb506 0.00 MB 1 0
62,297 62,297 000000000caa978d6ae27fdd0eae722fe722b94e788aa8e9929a7e2f7add09f2 0.00 MB 1 0
62,296 62,296 00000000017efe8729854bd271102270328a6489f6e785e07ecc32813c5cc56b 0.00 MB 1 0
62,295 62,295 00000000048c5281e9c184a743e2de7c5ec9d7e287034606a381f738a1476c02 0.00 MB 1 0
62,294 62,294 0000000002ac52ae2aac3f55cf5252f629c0ed5eaa6632e9527ba43d0e2b60d6 0.00 MB 2 0
62,293 62,293 0000000000ae867e110b7faf0ef6bc44107a63cf2de2074df2e05ae0b47df715 0.00 MB 1 0
62,292 62,292 00000000089aaee7e062e7b24495880122331f989a7d6ccdbca4a1ed310c455f 0.00 MB 2 0
62,291 62,291 000000000bbbcaa9a06b5239e9725bf2d2ab48c2ab35fe732b263660dbc7c7cc 0.00 MB 1 0
62,290 62,290 000000000d60dd11c438b3a6305e8077c9b304473482dde423aacca9df265594 0.00 MB 1 0
62,289 62,289 000000000093b1c7f19e5f7dde41982015b24ed3268f1c8556d452ee9d632d26 0.00 MB 1 0
62,288 62,288 0000000004d6681f6cfe5afaf7139796f41ac679ca6200ad8c4d084b8f8cd2c6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,869.74 GB sent, 105.41 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.