Loading Tool

Explorer IconExplorer

Memory Pool

38,839 transactions
16.86 vMB
0.27283826 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 6 blocks ()
  • 5 sats/vbyte = 4 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 94.63/200 MB

Candidate Block

Mining Attempt 4b95fd3e491670592c5b1d1bcdd2f0cc05fb93911c01cf45b70b152b9911e55a
Version 20000000
Previous Block 00000000000000000000be88dcbf4ea60859d5ae63f5bfca7f439108eb7cbb4e
Merkle Root 4a3468ce39e15b4c9cec5d6d9ccc5df4b42b578d98b37560424ccd78967cd562
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,627
Size: 1.00 vMB
Total Fees: 0.07177468 BTC
Avg Feerate: 6.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,049 (717,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
196,001 196,001 00000000000000a0b861ff4767ada7d0310823e9316af4208275237554c247d0 0.22 MB 555 137
196,000 196,000 00000000000006ae59396d4a289e83fe1b9967630752a5799f064620af7836a9 0.23 MB 534 131
195,999 195,999 00000000000002a0fb92823e2515d5178e6bfae929e53729c5899c34791c34e3 0.01 MB 46 209
195,998 195,998 000000000000020992db1cb16ea2eb8065cd4218a2c1b2e908be07fe950a5375 0.09 MB 204 113
195,997 195,997 000000000000061fd78e41438615bd1e4248fa2bb47de8de904605ea8747c606 0.05 MB 116 215
195,996 195,996 00000000000005659f2ddbdb6ea26c21d991ef9b1779b52459029da8c8ea882a 0.00 MB 7 317
195,995 195,995 000000000000025c273289d031d1b7e20f81fad0ec59813620be3aee6675bb9f 0.00 MB 16 55
195,994 195,994 00000000000000e03ed033296e37cd676536ecbfdc600059dba12b25e2ca2fe3 0.18 MB 405 122
195,993 195,993 00000000000002f06a68b73bd6e8d3922808e5da13b081032b03e8d28e938b20 0.07 MB 117 80
195,992 195,992 0000000000000046fd64c3e56444f9ed00e23e7385dc71b96a23e14b08c51dec 0.05 MB 178 4
195,991 195,991 00000000000005e5d31021fb591ca97233a5bc856ae65db5b293e89bce7169db 0.19 MB 489 138
195,990 195,990 000000000000058f96fcb36d64acfa2ee56d99318e6685605843240fe512d1aa 0.12 MB 309 147
195,989 195,989 0000000000000682bb0e7654c3beaa0caa0ce93faa6cffb52ec954020cd6338f 0.02 MB 50 119
195,988 195,988 000000000000018a3262fba3cb1cd52b407bc47421706706bae32f1fb0303a09 0.00 MB 1 0
195,987 195,987 000000000000008cfa5167887be132ccbd6e229d42651a151d26a85a64d12744 0.02 MB 45 92
195,986 195,986 000000000000043b37dec0d7ecbc01c743aa122b52a7989902729379ac63d412 0.05 MB 135 146
195,985 195,985 0000000000000685c5473eb717b16845917cbce0aa0b04308177fa0028e6cdf9 0.02 MB 60 116
195,984 195,984 00000000000003c11b397ac98d048158bb097314329ad33b0ee6cb2438701c22 0.03 MB 52 97
195,983 195,983 00000000000002eebd9354f296d1b4d71b7b5a0ea410fdeddfa5e65fb0e4afae 0.07 MB 162 111
195,982 195,982 0000000000000360d59522e0c6f80ee36a42ff7d5454378ed5075cb1cd1e19cf 0.08 MB 151 85
195,981 195,981 000000000000039ca859123c4d7ce64f6dd34431524805fa4acbb034cf8d9411 0.12 MB 285 122
Previous 10 blocks ↓
Total Size: 778.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 50
    • Outgoing: 10
  • Data Transfer:
    • Sent: 33.45 GB
    • Received: 0.15 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.