Memory Pool Memory Pool Refreshing

3,737 transactions
19.81 vMB
Show Random Selection Loading Transactions
Max Size: 81/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,323 (805,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,024 103,024 0000000000015054f74c8be1854d9b26adef609a80cd2380eb9a7d7397df8618 0.00 MB 6 0
103,023 103,023 0000000000012ed9eb1a7b5215b573da3d026c0c4c7ed090ee7b6b5917fb453d 0.00 MB 12 0
103,022 103,022 000000000001edc552aa18f5834fa02ccded94381359049a9d6caacc05c0e0fd 0.01 MB 19 0
103,021 103,021 0000000000032090d86affea51f45c23f53ddf194ad7a86af142e641236109f7 0.00 MB 2 0
103,020 103,020 00000000000131960f9ac0bba00119f6ff55c3396255c59378187da5ba4dc384 0.00 MB 1 0
103,019 103,019 0000000000026f32a0722d02e84f95c43691c7badcf21a8000ded331d5e57c41 0.00 MB 2 0
103,018 103,018 0000000000031bd33cab3e9dbfcde92b4e4d119b41edc047150da5e55c15323a 0.00 MB 1 0
103,017 103,017 0000000000020bff7c09785f227c711aa549ef478e1a709208f39bd673db179b 0.00 MB 11 0
103,016 103,016 000000000002986dee72cc2e43dbb03bca2e67dfceb01475005bf20e5d8cb09d 0.00 MB 11 0
103,015 103,015 000000000000ffcbff9b796e3da4b06b587e253def7fe3fa32755a627dbb5555 0.00 MB 1 0
103,014 103,014 00000000000256c5512085ca2cf0445c6b724ed1f3bf09ebca2051c56689b8a8 0.00 MB 6 0
103,013 103,013 0000000000028c98b285a47a787d5098e63b3afe81c33ca2e813b5e2d9b2ff35 0.01 MB 11 0
103,012 103,012 00000000000068023bda9a38f2bd2c23b8aa8ab15e4c245ec344b9299e1c78cd 0.00 MB 10 0
103,011 103,011 0000000000027247e3a4a9ea1a32c728f990407ad4184cea232f1023012c77ae 0.00 MB 8 0
103,010 103,010 000000000002f7bad4a2165d9a192e38279a326c88f220b4da5028c82ddcdc27 0.00 MB 8 0
103,009 103,009 0000000000017e18362d4a63b593cee1847089941a7270ce862a9b58ea94d44d 0.00 MB 3 0
103,008 103,008 000000000002c3aa81fbc5f8a9460b21d76524c31da2f0aeb5814366872b0496 0.00 MB 1 0
103,007 103,007 0000000000022e2f7b39bb3b57350f7fd775b142573f1b169ec6ad46fb22f810 0.00 MB 3 0
103,006 103,006 000000000001290dabf6b96cc2bf11f67687b932dc9acb628c112a3c07a37141 0.00 MB 1 0
103,005 103,005 00000000000292f5f90865ee57cc0afa41807d73246301e53acffb30974c30b0 0.00 MB 2 0
103,004 103,004 0000000000022c110f3e6bae6a975608d6512680cadb9a421f574224779b8c35 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.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,701.27 GB sent, 98.66 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.