Loading Tool

Explorer IconExplorer

Memory Pool

67,127 transactions
36.62 vMB
0.20364160 BTC
Random Selection Loading Transactions
Max Size: 196.14/200 MB

Candidate Block

Mining Attempt 5b80831323766a00016f2f7cb0ff9344d0f9202b16daba3d06b0146d2ba3b11c
Version 20000000
Previous Block 000000000000000000001174509a669f8c3afed786e1918a5d9c82a348da961f
Merkle Root ba340b21d1b4c9137626973056ec1824026cd83bc60b0347ebfab156e30f176f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,573
Size: 1.00 vMB
Total Fees: 0.11222393 BTC
Feerates: 203.17 > 11.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,404 (873,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,296 41,296 0000000042f8f8fc073035c65af8254aefc80a8ee3ed5ca23cec3a6a98400875 1 0.00/1.00 vMB 0
41,295 41,295 00000000447a35a0d32c288d51b871b3a65d60127d5f40273433614d4ae8ad5b 1 0.00/1.00 vMB 0
41,294 41,294 000000002c59bea2cdeb3d2f55177e7d9d8a8dfcd25ce168ac1885ea3d59ea2e 1 0.00/1.00 vMB 0
41,293 41,293 0000000064a09e52569c2a014310199993f161f106bcb9b9830423a9b845ecc1 1 0.00/1.00 vMB 0
41,292 41,292 000000004768c889ed642ac7bcee48f9cb6dc38c70de048919d18c5997be3af9 1 0.00/1.00 vMB 0
41,291 41,291 000000002fadc2a0de32e3a491dfc0e4bb4dd4a1a8a5e2e4e8e142718d7257cd 1 0.00/1.00 vMB 0
41,290 41,290 000000001d94d937f05d8aaddbedc159dcbfe1368a7ab1034ec669edb20cba6d 1 0.00/1.00 vMB 0
41,289 41,289 0000000031aff4990f94231ca703c5a793c3c96e18a5883a9c979886489f3fc6 1 0.00/1.00 vMB 0
41,288 41,288 00000000425d2d71516abf8f176ae1d51fb71952ed044eddf89f1081e2b49b53 1 0.00/1.00 vMB 0
41,287 41,287 0000000058eec3112e5379d69772e7bbceabc327b80dc3f2ae5384e2771b8af4 2 0.00/1.00 vMB 0
41,286 41,286 00000000383996284333b81859082000e8d90a55124f467e383950ffa5dee667 1 0.00/1.00 vMB 0
41,285 41,285 0000000020d21c892138a6f50a2cd97b5b4924b5da1875f01a3e942524726a99 1 0.00/1.00 vMB 0
41,284 41,284 0000000061a0d9ad0316247ec1f09fdae59fb500a361b9584a32f73f29e84b23 1 0.00/1.00 vMB 0
41,283 41,283 00000000466ffe9d3679eed0113ec0ccabb26f3a7ab8be4c8146ec15b2457494 1 0.00/1.00 vMB 0
41,282 41,282 000000002a988804b881702c4e76160b31dfd7742b7ef51d145478ff321f363b 1 0.00/1.00 vMB 0
41,281 41,281 0000000058dd0b41ba8fd0afbaacb29c981414a5cbf0dd9d57ca70f7e4bed263 1 0.00/1.00 vMB 0
41,280 41,280 000000005f462a9e8371651b21c28b7f3219d5db31f1326c400688bd046e45f5 1 0.00/1.00 vMB 0
41,279 41,279 0000000011227bf99cf49deeeb76da0218fda61533e40441b65a392411df538a 1 0.00/1.00 vMB 0
41,278 41,278 0000000025aab3f778d98d37a60a26524fda80ddeb00e7f38c670bd20ae0447d 1 0.00/1.00 vMB 0
41,277 41,277 000000003841fcbe60b3e6918f264905a88d9287ae7fc7099d90b6f2561fc4c2 1 0.00/1.00 vMB 0
41,276 41,276 00000000120431ad22182beae1339bd19d1b97c6d3f78b5d420c2bd254cac126 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.32 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: 600.86 GB
    • Received: 10.09 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.