Memory Pool Memory Pool Refreshing

6,405 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 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,845 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,604 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,844 (578,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,249 329,249 0000000000000000008ae02eef456638120c7da6d13d15db547c99729fde3a55 0.39 MB 429 20
329,248 329,248 00000000000000000d1390bc4e6f643b5ed889726aa5ef5d76859d323ca8ac25 0.63 MB 73 10
329,247 329,247 00000000000000001596641df82761391d6e72ecaa14c3c57b7659f4a8cfc103 0.95 MB 1,235 21
329,246 329,246 00000000000000001b1225a05b48cda93a26f9539dc63fb296f0d7b11b222645 0.50 MB 398 17
329,245 329,245 000000000000000008f639d26a896ee9c5d94f5c55f70a48329ecd07b96ec823 0.02 MB 43 21
329,244 329,244 0000000000000000148e902b0991b4738b73757242cb21d1502fb1711c0ae1bb 0.25 MB 255 20
329,243 329,243 0000000000000000183c2f0680522fc6640ab1624a79d4d4d223141b2c959120 0.22 MB 165 15
329,242 329,242 000000000000000011fab0328015316a9538b2bce12aa1757f04a3cd7090aa5c 0.20 MB 199 17
329,241 329,241 00000000000000000d168fd9c3ae52811c5997bed3dc7588ba2e687ec13bdb94 0.87 MB 714 17
329,240 329,240 0000000000000000186bf919838bc40a2079222ce34ffe9338628502ea0d9ede 0.48 MB 484 25
329,239 329,239 00000000000000000aa67b77107b7a9c371b24a3541814733f411a0906e3cda1 0.03 MB 64 21
329,238 329,238 000000000000000001b3e70a840414afcb78ff4270c8a52c8356fbade938d64d 0.30 MB 451 24
329,237 329,237 0000000000000000194677e7a6ead341acb61c0c4f557d76088d1724371bdfe8 0.02 MB 64 36
329,236 329,236 0000000000000000054e92c13a6aad1ef3d0bfc11cfab4cd4b48f2eb848773d0 0.11 MB 172 22
329,235 329,235 0000000000000000061cc8fb77460208b04335929b7072922f8ec884ce9cba81 0.04 MB 67 14
329,234 329,234 0000000000000000071b0b5e51004cea9e500e72821827a1d0f777b8a6d7b1e8 0.46 MB 648 22
329,233 329,233 00000000000000001826091a274305859e73455ac49bc09f6d0f0332c1b8dbf0 0.01 MB 16 32
329,232 329,232 00000000000000000edb730727fd32bfd6d09a65f0035895d5a21918fd756e29 0.94 MB 601 15
329,231 329,231 0000000000000000102c73b52385e98db3d87076b7aea489f9edfb4ff779fbd8 0.08 MB 157 20
329,230 329,230 00000000000000000896c4e0a4d1f23a528725309f55d0142dca0b80e7821765 0.35 MB 581 24
329,229 329,229 00000000000000000de15287e1428d4f4194a658a6fb867d28d1c0083ecee531 0.12 MB 189 24
Previous 10 blocks ↓
Total Size: 769.25 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,635.15 GB sent, 94.18 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.