Memory Pool Memory Pool Refreshing

4,229 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,542 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (117,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
790,201 790,201 00000000000000000000fbbd3e5adab9f809caa6f0ca3f17d8ee22cb04418560 1.78 MB 4,077 87
790,200 790,200 00000000000000000002a38ffb899115545eb942d14fae7ed20add14ec4036b7 1.61 MB 3,663 110
790,199 790,199 00000000000000000001b89231ceff6fb58d7f285088f574a082198a626bb22f 1.65 MB 3,584 85
790,198 790,198 00000000000000000001c779d4da458ded57d66e416f2d8e6e48642137e86f0d 1.68 MB 3,573 90
790,197 790,197 0000000000000000000232fa31dbd3583d7ec57b5c7fd119dab0da18f3298293 1.65 MB 3,793 101
790,196 790,196 000000000000000000043fae8cc4c2d9da52b85bba64f8cf300ea230f9643f20 1.43 MB 2,717 85
790,195 790,195 000000000000000000059d66c7459b35621802be6e039366ec17417497e5fa2b 1.61 MB 3,222 101
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,627.49 GB sent, 93.13 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.