Loading Tool

Explorer IconExplorer

Memory Pool

81,622 transactions
29.66 vMB
0.08687330 BTC
Random Selection Loading Transactions
Max Size: 180.48/200 MB

Candidate Block

Mining Attempt 36a49e3fac5ecc887890456e10c385a78bd54a0ac4f7ba23caa8ba64e41880f8
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root 59d9715edd93ef57a1a6b09c7bcca30d4dc2ac9d555247c2abb5f65a7207da84
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,202
Size: 1.00 vMB
Total Fees: 0.02436213 BTC
Feerates: 100.53 > 2.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (461,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,803 453,803 000000000000000000a0608da0b2745f6c51c2e52012c9ccce0da681ad69379c 2,469 1.00/1.00 vMB 109
453,802 453,802 0000000000000000027a8d9a3ed64361d28b444fd38d81d99a41e3316f7ea9df 2,515 1.00/1.00 vMB 150
453,801 453,801 0000000000000000002513458ed8ad3104d3dd376bf8b47cd691544a64bda491 1,503 1.00/1.00 vMB 73
453,800 453,800 000000000000000001f742672a10c2e956315b565991a8d3b0bd4050f228566e 2,140 1.00/1.00 vMB 102
453,799 453,799 0000000000000000026c5d76d19db35b5309b887997e3191d67454e73840bd31 2,259 1.00/1.00 vMB 113
453,798 453,798 0000000000000000003336cf4a2dc27892119572ee71aff45dc001e9db8664a6 2,534 1.00/1.00 vMB 136
453,797 453,797 000000000000000000cbe67491d395ba1768fc1e568e4a0bf19d01dbc2f5ac60 3,068 1.00/1.00 vMB 90
453,796 453,796 000000000000000002112c3ce11c97df46627e565669f3f64fa78e08d931f745 2,618 1.00/1.00 vMB 109
453,795 453,795 00000000000000000102d434a7a04d48447daec0edfb56599932f22ed878f187 1,721 1.00/1.00 vMB 125
453,794 453,794 0000000000000000006ec06a9ae920278c462a565cd8f31ea87acaa05e5fbafa 2,207 1.00/1.00 vMB 85
453,793 453,793 000000000000000000fec9101b10327de8dd5970ef38f80c037c9ca7c36a9bcb 2,519 1.00/1.00 vMB 107
453,792 453,792 000000000000000002457b86cdcfc08d3eafd9a3dc1e2676ff4aaa1fccec11d3 1,215 1.00/1.00 vMB 82
453,791 453,791 000000000000000000372cf586fce10759efbd8d6e9c90db00b6112aa4e4cbae 1,960 1.00/1.00 vMB 115
453,790 453,790 0000000000000000011748e5f32b1260b40e0a6819a6faf66dff9aba1c732189 2,422 1.00/1.00 vMB 163
453,789 453,789 000000000000000002049a0c6b7bdbad2d5fe09f5b5407e48437167fe8309ea8 1,553 1.00/1.00 vMB 98
453,788 453,788 000000000000000000a7493324793f1dc2671032724db35499256a56f9a16e66 2,539 1.00/1.00 vMB 133
453,787 453,787 0000000000000000001b39300dd45bac6eec4e23650e1b33886334ed3d920b30 1,144 0.37/1.00 vMB 177
453,786 453,786 00000000000000000130f793f22d8587f29c155356704400095ab3d9e199c673 2,357 1.00/1.00 vMB 143
453,785 453,785 000000000000000000539681f6989b2d38090859af012d64c1d6710bfba37a2c 1,938 1.00/1.00 vMB 97
453,784 453,784 0000000000000000000d4f2120a74e7dd6bd21079caab653cca863bb3946317d 1,998 0.92/1.00 vMB 113
453,783 453,783 00000000000000000226515bff06593f82902fb680f83de7ba3814366f120ec2 1,959 1.00/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 782.54 GB

Node Details:

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