Loading Tool

Explorer IconExplorer

Memory Pool

85,781 transactions
32.92 vMB
0.07785959 BTC
Random Selection Loading Transactions
Max Size: 195.86/200 MB

Candidate Block

Mining Attempt 81c61274c6ef2f2d65862afca29b3ea7c811316d09f560ad10b8483f44ecd64a
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 2f5e75467615fd7364ee326094297e1c200ef733af470d1cd0d8b8f7ed62684a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,394
Size: 1.00 vMB
Total Fees: 0.01279710 BTC
Feerates: 203.60 > 1.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (508,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,701 406,701 000000000000000002f39ede9c8eed91a98bacc746f7ccd7dd280b3d28d58b0a 263 0.20/1.00 vMB 22
406,700 406,700 000000000000000005b8d24675e101734db88c838a2383bf97e1dfdbe61e3bd3 716 0.68/1.00 vMB 24
406,699 406,699 0000000000000000026418d7909f80434a91f0e7adb238da5a46b8d0b3311169 1,036 0.55/1.00 vMB 35
406,698 406,698 00000000000000000303c071bbeac28bab72280b410e4f599a8a8fddd0a1e9f3 333 0.15/1.00 vMB 35
406,697 406,697 000000000000000004695fdcc04398fc6f4f7d82b65f696952d82ac16dd8f6d2 1,332 0.84/1.00 vMB 32
406,696 406,696 0000000000000000009ab2e0912899bb22f4f7d19b2338cb0e83271e050752b9 1,225 1.00/1.00 vMB 29
406,695 406,695 000000000000000003c68e838c7c94a29a13fea9412cb888eb2ceec07a8575ca 628 0.32/1.00 vMB 27
406,694 406,694 0000000000000000048a98afae8bd72c9002afb240cd362514030d07b64008c0 2,050 1.00/1.00 vMB 32
406,693 406,693 0000000000000000009769ca10aec4d4dcf895eec2de2954841595243e00ef81 1,585 0.70/1.00 vMB 37
406,692 406,692 0000000000000000017243ee159f0b35c8ed5122bd2059cd337164a9a8b0dd94 1,042 0.62/1.00 vMB 28
406,691 406,691 00000000000000000152d42979c3065870e949d5413f01548303a8f4265d1f5f 481 0.29/1.00 vMB 35
406,690 406,690 000000000000000001301c4dcfe708b738ae9bfe5f7142123fbd30c84fc75b20 864 0.38/1.00 vMB 38
406,689 406,689 000000000000000006650181e11da3973a6700eea7f474cb8a84827c54066474 1,446 0.70/1.00 vMB 49
406,688 406,688 000000000000000003a20b8afa2a0ced0ff60c46d3aa7b6f83494eebc909d376 943 0.91/1.00 vMB 23
406,687 406,687 0000000000000000014c600b01e6caa7c8292f5621511be5c9e807b65e1c4a8f 1,927 1.00/1.00 vMB 47
406,686 406,686 000000000000000002fe4af504845578986c49fa88040f45b8a9174d2d05e17d 1,466 1.00/1.00 vMB 26
406,685 406,685 0000000000000000062969b29216b13594e4c4040e9e195d450142b934013d83 2,630 0.99/1.00 vMB 57
406,684 406,684 0000000000000000009d1d4ca01651cdc8ba4b196e403554ba5a9c3a4484e95f 981 0.60/1.00 vMB 36
406,683 406,683 000000000000000001c35ea9b86aba02ac80860b3401dd5bafd0d7a12453bc05 2,437 1.00/1.00 vMB 38
406,682 406,682 00000000000000000659407c7cf56b8774174a388c2b881778ae634ecd0fdb5e 1,106 0.72/1.00 vMB 29
406,681 406,681 0000000000000000011d51732cc7448b985c542a1f9ce64889e47ea4131e8514 2,121 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.29 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: 657.24 GB
    • Received: 14.50 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.