Loading Tool

Explorer IconExplorer

Memory Pool

81,152 transactions
21.84 vMB
0.06510802 BTC
Random Selection Loading Transactions
Max Size: 146.44/200 MB

Candidate Block

Mining Attempt d787b447b419db80ba82f7b610679b0340fcae64d038a6c654c854eb72d8cf85
Version 20000000
Previous Block 00000000000000000001ee3fe87da2553f46c31311838dad2768d85b204c2e80
Merkle Root a6b0b33b2a3a7d41bb6aa384e86e17be2fb961e30a21a95415839b89a6359351
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,535
Size: 1.00 vMB
Total Fees: 0.01516339 BTC
Feerates: 200.71 > 1.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,175 (905,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
11,083 11,083 0000000020bcba3586f15fe126b79551612d523bd3a3aec6b4cdf647edd89994 1 0.00/1.00 vMB 0
11,082 11,082 000000006203b5909c3ab1ee70a342c0686018e52e6d7feeaace753483b23e45 1 0.00/1.00 vMB 0
11,081 11,081 00000000c0266061697758d701933a324153e8ae627ea26d06b55d359d883194 1 0.00/1.00 vMB 0
11,080 11,080 00000000410a72560ca06836b8c535744ef01a8e6e97dc60635e4ec4038f142c 1 0.00/1.00 vMB 0
11,079 11,079 00000000c3398f45d25c25d8056eb2501e0e899ecd2841fcaf57f10070f012fd 1 0.00/1.00 vMB 0
11,078 11,078 0000000014e7172164b51be27746310cf30c73b5950f8928dc4ddfc4f00572da 1 0.00/1.00 vMB 0
11,077 11,077 00000000b76d2df36fbaaa8e210cc2890b5de47c3137e48c17f0597832a5874d 1 0.00/1.00 vMB 0
11,076 11,076 00000000125d367b43e8a90e0c9bc9eb5b2af3bfafade3cbb55797a9b3928535 1 0.00/1.00 vMB 0
11,075 11,075 0000000009fae5936e8057833dd5b516cfbf773791d1d62b21dff3674ab94eec 1 0.00/1.00 vMB 0
11,074 11,074 00000000fbae0ea1463f91f203f393ca3a96daadb531f57304d5698901650521 1 0.00/1.00 vMB 0
11,073 11,073 00000000601b626e417e74954a0e04cec38feeafe9b6c105b3011741ff019236 1 0.00/1.00 vMB 0
11,072 11,072 000000004545e13768006be2bf4b4690ca2cc2091a94c434827b4317bed0e23b 1 0.00/1.00 vMB 0
11,071 11,071 00000000403cf6c25dc70f64788e6845a8d552492881c2fccb3eb0892f1dc03f 1 0.00/1.00 vMB 0
11,070 11,070 000000008656cf867fe317361b47b6e04c555ac829c5f6a1ad8bbc19a4a85ec3 1 0.00/1.00 vMB 0
11,069 11,069 00000000bbd7fcd9f77f29eb676d5a907faac0c5bd61833ec2b061e881c2d7d1 1 0.00/1.00 vMB 0
11,068 11,068 000000009f48318a0c625af197eff89b20b4bd034f154fa17e08701a503bbe4d 1 0.00/1.00 vMB 0
11,067 11,067 00000000dbb234c62e609dd98c143b570b447fee5f528e5a2a09503baf7052e0 1 0.00/1.00 vMB 0
11,066 11,066 0000000091776a32a4c0737fd160bf1400037066726a0556761ab5db4f4ad099 1 0.00/1.00 vMB 0
11,065 11,065 00000000dc2d1c4fcf7e203571bf92b06f083530fb41e8b93f77607bbd347414 1 0.00/1.00 vMB 0
11,064 11,064 00000000dc748162a3dcf3f9b17ff4b4f6617345a9bdbaf39ad2be2cfe68f30d 1 0.00/1.00 vMB 0
11,063 11,063 000000006f270c8febc886c6c3c1de9d6bdac09ea0c099d833999d574f93bf1c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.41 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: 821.41 GB
    • Received: 24.71 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.