Loading Tool

Explorer IconExplorer

Memory Pool

89,134 transactions
33.09 vMB
0.20366294 BTC
Random Selection Loading Transactions
Max Size: 199.73/200 MB

Candidate Block

Mining Attempt c21099e48be36bbc1bf17b7ed8cc92446b09f665656813e14707d3aa4836007b
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root c66ff039e0b244553cd52ba66f764e393cce7569a2c03e87217bed195f55d89c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,869
Size: 1.00 vMB
Total Fees: 0.09051849 BTC
Feerates: 387.56 > 9.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (345,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,814 569,814 0000000000000000000700519bbeb4d524e0f9a91b385287b33150e8d95fe787 2,583 1.00/1.00 vMB 45
569,813 569,813 0000000000000000001a5de7b0d8e8d4dc17a83bfd0494c503b9f3af4b470283 3,004 1.00/1.00 vMB 56
569,812 569,812 0000000000000000002931398562f53be5e9bc870ed9845c761591e3fc30f6d0 3,039 1.00/1.00 vMB 44
569,811 569,811 000000000000000000086f1a77a51060a7f0f628a401257ba8c431652e7eb055 2,831 1.00/1.00 vMB 60
569,810 569,810 0000000000000000001f68f869a7d83c4b4c4bf24ffb35a045e77a001e2e9c85 2,674 1.00/1.00 vMB 63
569,809 569,809 00000000000000000025c376e1666137c6c8c4ff1d9cd4688402b806cda3f51f 2,821 1.00/1.00 vMB 70
569,808 569,808 00000000000000000028447e149680359ee86379054423a6cee8717a8fa5617c 2,964 1.00/1.00 vMB 57
569,807 569,807 000000000000000000191bee1705a94924334a1424f2aa90e74f69ef5481d2fb 2,626 1.00/1.00 vMB 69
569,806 569,806 000000000000000000180e03fa1dc93b934861b547bb0606bbe76146aca4c3b9 3,030 1.00/1.00 vMB 67
569,805 569,805 00000000000000000016b74ad8fa9fb9747f9cf2082d39480b4cfd1feafb48a0 2,920 1.00/1.00 vMB 79
569,804 569,804 000000000000000000001ed1e056d67b50426bb2dc5599c22fdc79e61f59faff 2,121 1.00/1.00 vMB 53
569,803 569,803 00000000000000000010fc2e3ce6d8687885745f17c103dd8fda23052dedecd4 2,080 1.00/1.00 vMB 55
569,802 569,802 000000000000000000298354287c1220d73fdf51da257cbde5da2390c4d83b4e 2,115 1.00/1.00 vMB 60
569,801 569,801 00000000000000000028bb0e0bc36a3f13078507da79d891756a34b072adfd62 2,836 1.00/1.00 vMB 55
569,800 569,800 0000000000000000002856706254c30a0b57e95b688551b16f0c3b34d6d42378 2,385 1.00/1.00 vMB 54
569,799 569,799 000000000000000000181906743286838611a4b59c52438f4a8edda49e9d59d6 2,919 1.00/1.00 vMB 70
569,798 569,798 0000000000000000002af04f1bdb21a7979b9ab56c232088c82b33215e1c2441 2,837 1.00/1.00 vMB 68
569,797 569,797 000000000000000000095ae7118246b0e4f35e79ebd62b1329eb4d6ab74095b3 2,409 1.00/1.00 vMB 75
569,796 569,796 0000000000000000000ca578ff608bbde61c4bf4f96567ac7066afd0758d774b 2,596 1.00/1.00 vMB 65
569,795 569,795 0000000000000000001c04b1a91e770c2ad0f7c3c50df3074c82b44629b9e5d8 3,674 1.00/1.00 vMB 70
569,794 569,794 000000000000000000017388dd5e85a7041e7c74dd93df9eb9f09eafa4382efd 2,880 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.