Loading Tool

Explorer IconExplorer

Memory Pool

43,030 transactions
29.17 vMB
0.07766935 BTC
Random Selection Loading Transactions
Max Size: 150.12/200 MB

Candidate Block

Mining Attempt dded439c9f0a1b053c91a3d67485d5ef2d25e0092e821f5b2fc5f9ee229cae54
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 1d7e0e45c3d18da86968a1715689126a8dcbb8bcfd0e9263bf3a77a1374e1c21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,807
Size: 1.00 vMB
Total Fees: 0.02059838 BTC
Feerates: 150.75 > 2.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (456,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,212 458,212 000000000000000001567621324a5297e0968c4543c25612ff0cef53f40b76d4 2,143 1.00/1.00 vMB 136
458,211 458,211 000000000000000001597bde4f3e08aabfc407a46839c4f833e168dae367a124 2,143 1.00/1.00 vMB 206
458,210 458,210 000000000000000000cf538df968b7ac89f704cff7a2ecfd6de2adf1cf1dea12 1,790 1.00/1.00 vMB 251
458,209 458,209 00000000000000000238d83aaab77a516be0bf17fa16fa0a7010ca5e044f86ce 868 1.00/1.00 vMB 234
458,208 458,208 000000000000000001b38b0b10a3ca02d4483f0bd59658043e8c640d59715e6d 2,868 1.00/1.00 vMB 139
458,207 458,207 000000000000000000ffe6ab307f9b3861edf24880ced35663b08a6c7dcefa67 2,148 1.00/1.00 vMB 180
458,206 458,206 0000000000000000001417513379c80b7f14b877d959e44f4c0afa7e136bcbf3 1,645 1.00/1.00 vMB 207
458,205 458,205 0000000000000000011f533cf702d6d8764ec05964e083f6c2236a7dda6ef02e 2,199 1.00/1.00 vMB 202
458,204 458,204 0000000000000000001f4746ea05618a7dd6b89fdb1ce8018cbfe539fcb36070 1,833 1.00/1.00 vMB 211
458,203 458,203 000000000000000000c1ded035dd56a4b770d59f1d79ab02cb7677e897ac5276 2,380 1.00/1.00 vMB 231
458,202 458,202 00000000000000000193089e25f334d605b0d3afce6256e07e1b0c3a89c3cb20 2,565 1.00/1.00 vMB 201
458,201 458,201 00000000000000000106b56739850a06d601d9b97d34c613ea5b04164c01b10d 2,353 1.00/1.00 vMB 237
458,200 458,200 000000000000000000f1becb88f1801682c3a3f76faa30408c3777f30671ecb5 1,701 1.00/1.00 vMB 315
458,199 458,199 0000000000000000010035245c4a7dd3bb2b188ab05efa9ca1e6c9453990d698 1,176 1.00/1.00 vMB 112
458,198 458,198 000000000000000000402293e4fae7c48e2b6b886b7e884f68bd81a765e1dc6b 1,752 1.00/1.00 vMB 146
458,197 458,197 00000000000000000180c9d75809a88cada3038a7e3e16332d616e206d602418 2,401 1.00/1.00 vMB 179
458,196 458,196 00000000000000000152c093308eabd77d1b5436b92c812f213b69d470175db6 992 1.00/1.00 vMB 109
458,195 458,195 00000000000000000068e56304277fc9e638e1caf56a2e3fda09f1c474347805 2,596 1.00/1.00 vMB 178
458,194 458,194 0000000000000000009285b6436b6b434e931f2e9bde7749a4c81c51b1ab5190 2,349 1.00/1.00 vMB 171
458,193 458,193 000000000000000000dd416ee0bff10209952473b59b95c83d1b930f84e009b6 2,313 1.00/1.00 vMB 178
458,192 458,192 0000000000000000021f248e24c3b571deef7e2f8a535db01d13b3bf04fb8428 2,339 1.00/1.00 vMB 218
Previous 10 blocks ↓
Total Size: 781.70 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: 629.20 GB
    • Received: 11.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.