Loading Tool

Explorer IconExplorer

Memory Pool

78,101 transactions
29.33 vMB
0.06430979 BTC
Random Selection Loading Transactions
Max Size: 176.22/200 MB

Candidate Block

Mining Attempt d66f1c141239faaf18d3431a6e0a76d53ec30f8cfcda49cc4cf436681796d865
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root d0c76286f3a33a178f891db7099802ee3c5ffe008d2637ead0ec2b21301e7bba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,995
Size: 1.00 vMB
Total Fees: 0.00475270 BTC
Feerates: 18.31 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (509,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,766 405,766 000000000000000005614022744dee2063a28d40f241138c09a8c6e7f8314b52 1,144 1.00/1.00 vMB 25
405,765 405,765 000000000000000001cba627666e1aebeaede19022a85a4c24678384675ca16d 2,344 1.00/1.00 vMB 51
405,764 405,764 0000000000000000040436ec58c97d4f21dff927b9e74a76e80777f8562d8611 2,322 0.93/1.00 vMB 50
405,763 405,763 0000000000000000003424ce1cf8609b3e6e705a48815eeeb060f16f5cd5b8e4 2,286 1.00/1.00 vMB 51
405,762 405,762 0000000000000000039aea5f976fc4df981cc80ec73e5ff5a78afadb05013d99 2,593 1.00/1.00 vMB 63
405,761 405,761 000000000000000003368a12103c22ad9bd5fb277046462f81241743ddaf75b8 1,219 1.00/1.00 vMB 24
405,760 405,760 000000000000000001e2f423d0363866297fd1a08ac7a9882b6ea3fc65b4d5c0 1,646 1.00/1.00 vMB 27
405,759 405,759 0000000000000000045fddfdf3943f7151498a303634df322945bcf3d4e39742 1,194 1.00/1.00 vMB 47
405,758 405,758 0000000000000000069430c13a402bdfca6e047c1493d7b3ad3525920d6b9f8b 185 0.99/1.00 vMB 36
405,757 405,757 000000000000000004c9b88e83073437f007d6ddaf737e072adbf29cec767b2e 2,239 1.00/1.00 vMB 62
405,756 405,756 00000000000000000653f3e998c3ecf1b6ca048dad2169e13800759f7f694cc6 1,942 1.00/1.00 vMB 47
405,755 405,755 0000000000000000007909ec1411922927827f940d7e02e9735bd3a99751d140 7 0.00/1.00 vMB 22
405,754 405,754 00000000000000000201630251297640f79f1bf77697ee57b870aa5ca271fa5a 1 0.00/1.00 vMB 0
405,753 405,753 0000000000000000034e75252f6f428acab4897c92ed70b662e12728939b1947 2,159 1.00/1.00 vMB 58
405,752 405,752 000000000000000001b1eb7f62bcf3d424459ce8dbc94caa5ac066629e7a4ce2 1,578 1.00/1.00 vMB 34
405,751 405,751 00000000000000000408eda53033b1357f7abcca2c3388599394dfb4e0391326 1,823 1.00/1.00 vMB 42
405,750 405,750 00000000000000000369690112aff0d65e1158251f0cec799eec1e68870f4799 2,567 1.00/1.00 vMB 58
405,749 405,749 00000000000000000311048d21892d8d1e2e00ab277b65d35ba2963d93ecedcf 1,969 1.00/1.00 vMB 52
405,748 405,748 000000000000000002c43c1c47fa61c4d6a0a7224d7a66b2c28f01fd56533664 2,190 1.00/1.00 vMB 44
405,747 405,747 0000000000000000000315b8e83477d839fbf9419c2a124eecfaf0285ea7d98d 2,460 1.00/1.00 vMB 53
405,746 405,746 0000000000000000068c2f5c8e8e929012c370cf7ce667d9cc4950462b044798 2,311 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.