Loading Tool

Explorer IconExplorer

Memory Pool

17,205 transactions
8.18 vMB
0.05177049 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.41/200 MB

Candidate Block

Mining Attempt 9efa48c5587ab55790fc021e9575623a2e25db47faa1c63cd0c6eefee3a1c347
Version 20000000
Previous Block 00000000000000000001005dfa86df5a453e2a43d8c4c0524838bc7347298bbb
Merkle Root ee8bd36cdf87642dbd3f1385c2524409fce57eba386b616601fc79bd66c18c8b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,304
Size: 1.00 vMB
Total Fees: 0.03453346 BTC
Median Feerate: 1.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,385 (663,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
250,094 250,094 000000000000001902a959ae9b020389fd5e83f6ca74cfa0654e4d2f1bd58751 223 0.09 vMB 134
250,093 250,093 000000000000006a4f2e56501be6716eab1dba10e2dd6f762978ca76ed706a64 272 0.17 vMB 65
250,092 250,092 0000000000000002208b7b0099ca48ab77362507200d874c3be47103e6dc352e 256 0.11 vMB 57
250,091 250,091 000000000000003aa2649a0cb9a8eec6e90879d81c5736dc09a2d3d91d6f61c1 194 0.10 vMB 127
250,090 250,090 0000000000000042df244299fca7b5ec2b16163b0500bd39ad810f35bf147dbf 562 0.25 vMB 132
250,089 250,089 0000000000000067f7e5df0c745b80beb4637566bda56cfa6051846e8185a0d7 132 0.07 vMB 124
250,088 250,088 000000000000003d8ec00e2cbaf8090697b1598abe1e209960e55f0884d6044e 324 0.15 vMB 114
250,087 250,087 0000000000000043fcc0d12d4cc3adb26f7b18d167197499ec1eeb910c267790 4 0.00 vMB 45
250,086 250,086 000000000000003e1de98b6fe18e7938fd59f7083827681159196a965088ee15 287 0.15 vMB 93
250,085 250,085 0000000000000010bb1fc98a93c2355828a23b1295d3beca02ab169fbc75273d 296 0.14 vMB 132
250,084 250,084 000000000000004bc2dc21721b16589ad3ded1d9909eb5ac2babe71321ebf4b4 8 0.00 vMB 139
250,083 250,083 000000000000004c623553ea834006364264cf644a123edf8e7e9183aeebfa8b 138 0.09 vMB 93
250,082 250,082 0000000000000007df824fab9abc277f453330a1ba356ec1eca5e31ceafc8ac6 122 0.06 vMB 159
250,081 250,081 000000000000004931541a31b49198c379134e8b75d102ee679f111d3ad9149b 277 0.13 vMB 104
250,080 250,080 000000000000000fd041c5458ab9170354d8879005b8e57bdee68ec674b12d85 417 0.20 vMB 101
250,079 250,079 0000000000000065a6abfee7952773c6efc36000af2e68a7d22a719b28198505 303 0.15 vMB 111
250,078 250,078 000000000000006c6e8ad6e4838e2ad1a02fa55d4f22c45418742571d95d3be5 225 0.10 vMB 135
250,077 250,077 000000000000002b6ebbaf1ad107fa6ef271c8d1a87782c5a1a652877c754e3a 222 0.10 vMB 126
250,076 250,076 000000000000001519db6d13478001ec070aa8c08909d41dec193154afb17cce 228 0.11 vMB 109
250,075 250,075 00000000000000207aaa937494b79316fd5ed452855aeefa2abd7a332ae4810e 161 0.08 vMB 144
250,074 250,074 000000000000000b0a1386cd32ac86711e5dc8b8387481f27968dae0e16b1b50 317 0.13 vMB 147
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 107
    • Outgoing: 10
  • Data Transfer:
    • Sent: 231.15 GB
    • Received: 0.88 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.