Loading Tool

Explorer IconExplorer

Memory Pool

85,219 transactions
31.92 vMB
0.19634590 BTC
Random Selection Loading Transactions
Max Size: 189.65/200 MB

Candidate Block

Mining Attempt 6035814d9276a022e9028e65e14d338b5fd8bded5fb3c9ba391e140589f6dea8
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root b3939a5de7a0305bb2e407e003ff9d36252ed39511edf8bdb4c105c918e2a4a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,809
Size: 1.00 vMB
Total Fees: 0.07571431 BTC
Feerates: 301.64 > 7.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (461,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,300 453,300 0000000000000000022c2d851e217a60c686c4b2f30aee28d8e88a635965ea03 1,643 1.00/1.00 vMB 102
453,299 453,299 0000000000000000029263629ca875fe7181d7b9acb4bb40398d36149d98648b 2,548 1.00/1.00 vMB 136
453,298 453,298 0000000000000000008d8af3b55f92bffebf286d9c87c54f80c780224f8dd06c 1,822 1.00/1.00 vMB 116
453,297 453,297 000000000000000000b1b582cc1c1dd804045b94a9cb3975eb2cf0e09e1d6d5a 1,287 1.00/1.00 vMB 77
453,296 453,296 000000000000000001840865d9ac140a1ca2e6eaf903123c8adff568db6fc7da 2,106 1.00/1.00 vMB 119
453,295 453,295 0000000000000000013ea7ab6f8422649b733b2dc7af03b88785b6f45ab16242 2,055 1.00/1.00 vMB 113
453,294 453,294 00000000000000000238ca1e90c1261fde6b7987ce4bc3404cd8ad604784b9a5 2,159 1.00/1.00 vMB 147
453,293 453,293 000000000000000000b9842e0117b5011d168159e734d05157505647460b9a81 2,008 1.00/1.00 vMB 118
453,292 453,292 00000000000000000231203ce33ad1e52940c6994a01c6abedb98962aac30fe5 2,341 1.00/1.00 vMB 94
453,291 453,291 00000000000000000096a9befaabe9a94a10da36eb21c1a2cdcc9fd237ad43e1 2,385 1.00/1.00 vMB 85
453,290 453,290 000000000000000002251365b3e6d2c80994a89160868a272773bd32396dcd83 1,868 1.00/1.00 vMB 95
453,289 453,289 000000000000000001d924020ea95fe0f5f13eb4cdf101121f613e7d4d9d1b8b 2,085 1.00/1.00 vMB 92
453,288 453,288 000000000000000000f88d33f69cc542038a7e69f2f91d055dae64615d64f2d7 2,167 1.00/1.00 vMB 126
453,287 453,287 000000000000000001bc54c025100a161516369db928a4ed6de647ec8aba6050 2,021 1.00/1.00 vMB 130
453,286 453,286 0000000000000000025e50a6ac8982230388b0c4178201532cb7775702c73053 1,747 1.00/1.00 vMB 156
453,285 453,285 0000000000000000012c919ee50c55dd5046c7b4c1985a624e068b1e83f66caf 325 0.10/1.00 vMB 249
453,284 453,284 000000000000000001bef0a677305f234b98cc82d47b39ce6debeff69187b47b 846 1.00/1.00 vMB 39
453,283 453,283 000000000000000000bc5c738db927f4300ee0255799e4baccb8a16f858cb2d0 1,719 1.00/1.00 vMB 83
453,282 453,282 0000000000000000009c57127b89b6241bc2f4402ba43e4d1cf2b9820eef12b7 1,471 1.00/1.00 vMB 44
453,281 453,281 00000000000000000180b25dfa0a28b5a7a73bdbac65c53752bfd669c6e2dcdc 2,333 1.00/1.00 vMB 75
453,280 453,280 0000000000000000004dfb803ffba07f98518f1156d2fb0eb31a4f391023d8b8 2,524 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.