Memory Pool Memory Pool Refreshing

13,043 transactions
4.82 vMB
Show Random Selection Loading Transactions
Max Size: 26/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
908,114 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,371 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,113 (800,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,262 107,262 00000000000191cdabb5afb90af51e1c7436d94b1406a11c37ac202e31aba618 0.00 MB 2 0
107,261 107,261 0000000000001b2f5b59f4bb6fd7543d593a3a02d0463cef566bc4a2c665e6d3 0.00 MB 15 0
107,260 107,260 000000000000c679d5aa6e55d9fe4683dd1eba512ea6acbd08eb1f1f69e835f7 0.00 MB 11 0
107,259 107,259 000000000001d57a36e7fce084e54701ff1869d2973a58ac44dff74525fbabf4 0.00 MB 13 379
107,258 107,258 000000000000ec336d6b884f1e63c13c3a4531faafd59fd3ff64bf7bb10e9080 0.00 MB 1 0
107,257 107,257 0000000000017930bc5180867f7f753c4cfb122afa0f5f298ea130c7d4d41bf8 0.00 MB 5 0
107,256 107,256 000000000001e9c159440e7209817f64e918934452df6d6aa10868bd54b24569 0.00 MB 5 0
107,255 107,255 000000000000302aa4835d2cb58e7839bfa14869d463a4935085505d35c8c323 0.00 MB 18 0
107,254 107,254 0000000000021307473f6cff5a055a002af0786d1ffb0cd5892f298da2819e36 0.01 MB 23 0
107,253 107,253 00000000000216df6a3f6f232aec7b229de2ab389564da98e926869b6f3a2613 0.00 MB 1 0
107,252 107,252 000000000001d5646edcb2adf1083e696aab1232d8020e7e70b543cbab7615b6 0.00 MB 1 0
107,251 107,251 0000000000016ee28ed8e3a883d2e8e1cf9e6daef49b5f693fe1f8382f2444c2 0.00 MB 10 0
107,250 107,250 00000000000208efdea79d1586bcd899b4bdb4d1833d6ab1ec849416d77bf3ad 0.00 MB 3 0
107,249 107,249 0000000000000055e0f718bb56d56d4ae70653cf2be37c3e1b2d7dc3926c878b 0.00 MB 7 0
107,248 107,248 00000000000185a07e486a9e74ebdaf92522d8e83264c97f663b1a093495ff00 0.00 MB 12 0
107,247 107,247 000000000000084a5ff676980386b6e877955fd84e583dd2e5c7d4d814af5ee9 0.00 MB 5 0
107,246 107,246 0000000000010971aea91197cba3c7ff983eaef1bb22f55db197761c09db7e8e 0.01 MB 34 0
107,245 107,245 0000000000007dcc719861e39a1646e0a4e9535c9d701601f11c08a8ad8189fd 0.00 MB 4 0
107,244 107,244 00000000000071b684fa1dfd6ec1cce2b985800e4d08ddcb8b2990c5b6640e7e 0.00 MB 12 0
107,243 107,243 0000000000011377f2993920bbc3bf7dd0871dee741c2c1a25f815d95de62838 0.00 MB 1 0
107,242 107,242 000000000002195937e3ca1996ca714ab732976a8cebc8c43d2e38500a0248d1 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.76 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,679.71 GB sent, 96.72 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.