Memory Pool Memory Pool Refreshing

14,014 transactions
4.46 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,303 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (117,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,222 790,222 0000000000000000000318f25c328f2e6989dbd5925cc3a335def2089117d9e9 1.77 MB 2,621 55
790,221 790,221 00000000000000000002cdfdc2b475765665eb592b3879f39be19f115b7aeb2d 1.58 MB 4,087 72
790,220 790,220 000000000000000000015184e43d5c32c274e79ffb9ac4a386879d6acd5afb0e 1.60 MB 3,251 64
790,219 790,219 000000000000000000048ded9dec47d0ad0031d4161c6980c603d7c81698bc45 1.56 MB 3,972 74
790,218 790,218 000000000000000000059a7f6fc1d16afa928ab86a2f9a15dc1ad01af0891ece 1.61 MB 4,230 77
790,217 790,217 0000000000000000000591df3b8c8057ecd3da91aad9cf57e4e49d20778bd564 1.41 MB 3,247 108
790,216 790,216 00000000000000000000ec1fb8e81d6c46ef30e686cd1f5dea899a6515039dae 1.45 MB 3,088 91
790,215 790,215 00000000000000000001a764f493163764059705c2409ff242ef33fa0995ef9c 1.20 MB 1,734 70
790,214 790,214 000000000000000000036b5bd26a3ff2aeb17d4e12506035fef23cded95faed9 1.56 MB 3,906 75
790,213 790,213 00000000000000000000623770badeb6c4f26808531cdab8133011f8c0c4575f 1.59 MB 3,987 80
790,212 790,212 00000000000000000005aec3f4f1a92f6c1e4020c748c9f20676aaf8a466f6f3 1.51 MB 3,268 88
790,211 790,211 0000000000000000000580c14ca13a4ce1f8208d6039ed378934d1b9b26d95ed 1.42 MB 3,309 99
790,210 790,210 000000000000000000011fe1c48b9238bb06c024ce9267ed52c3f0b96f0f43a1 1.58 MB 4,051 90
790,209 790,209 000000000000000000031621bf59840b8e7a25f4441c24faf9d780e0ece573c4 1.48 MB 2,962 84
790,208 790,208 00000000000000000001a99c33dc425a2bc55e8cfea4f33a828d920bc303b4e2 1.65 MB 3,562 85
790,207 790,207 0000000000000000000229093111ba3e326126db024f01eca4e0c091013b9b8a 1.65 MB 3,628 90
790,206 790,206 0000000000000000000010a1c29c6d6590512e04ffe96f442e637bb047f9ac2d 1.58 MB 2,912 172
790,205 790,205 000000000000000000044175f070f34f221a67dce9c016189e6d6b2c49f79ad4 1.49 MB 3,192 86
790,204 790,204 000000000000000000019e86d55b12438ed6898451063faf65babe09aa2a2dea 1.51 MB 3,236 107
790,203 790,203 00000000000000000003b1352fa1c1228d3eb3cc3481f3d6efd073a5b48f72b1 1.66 MB 2,477 85
790,202 790,202 00000000000000000003d38a1cbfecc56f8799cdfe5664243fe7dbf5f9481b28 1.54 MB 3,453 104
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.