Loading Tool

Explorer IconExplorer

Memory Pool

81,369 transactions
29.82 vMB
0.14117674 BTC
Random Selection Loading Transactions
Max Size: 180.74/200 MB

Candidate Block

Mining Attempt 3bc2c8904332f2798d46f1a154c53b093c6d16ee2649dd15e525d4f72743cca3
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root ec370eec922516d15872cbcd1e64956131b814aaa157fc926349842a5ae4795d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,848
Size: 1.00 vMB
Total Fees: 0.07387058 BTC
Feerates: 101.65 > 7.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (72,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,173 842,173 000000000000000000026e4c77268b8a188a968e724c70eb50cf5c8274e97ce4 6,319 1.00/1.00 vMB 410
842,172 842,172 00000000000000000002468ec060c30f2873f7fbc46001e6e834e6bf284fdc8f 6,734 1.00/1.00 vMB 278
842,171 842,171 0000000000000000000067b2ad891e3edad8dd5637d43aab885495e8b1a95243 5,699 1.00/1.00 vMB 264
842,170 842,170 000000000000000000015cace27a686c7e6665c9f1196654d350ac4111145dcb 6,517 1.00/1.00 vMB 364
842,169 842,169 000000000000000000021c20d5d4354d0bb567e39cc5f8f02d25a98eb17af785 6,313 1.00/1.00 vMB 519
842,168 842,168 00000000000000000002aef794313e441548e03e4ebf5f4344af11f04a466d6d 6,635 1.00/1.00 vMB 565
842,167 842,167 00000000000000000000a3960b836748eebd147af02432d63077859af9b3b4c8 6,476 1.00/1.00 vMB 244
842,166 842,166 00000000000000000002ded7429490197a38ca191cead0a7a6ef6b620dc1ec1c 5,473 1.00/1.00 vMB 37
842,165 842,165 0000000000000000000262a6ac3cbea9e8c7dca5f8475da5d495ded9285e4a22 5,185 1.00/1.00 vMB 31
842,164 842,164 000000000000000000011de44f87ebf23417ecd47e8cfc83db694dbb8e5deef7 4,557 1.00/1.00 vMB 39
842,163 842,163 000000000000000000011fc11e4e77de5e98c3ecb4cc99ba74184fdf3df0692e 4,526 1.00/1.00 vMB 33
842,162 842,162 00000000000000000002d08761be7dc1b2e873c4c294d346279d7823aa6479c4 5,656 1.00/1.00 vMB 29
842,161 842,161 000000000000000000032227851c30070d009a427bbbaf07366a8dab747e2a63 5,344 1.00/1.00 vMB 33
842,160 842,160 00000000000000000002d0ae5bd76148bae977573ccd3444dfd166a7778bed67 5,751 1.00/1.00 vMB 34
842,159 842,159 00000000000000000000d9b1f4764d2c05245526a763fc31636b4fb02eca498b 4,572 1.00/1.00 vMB 40
842,158 842,158 0000000000000000000044505c01718a21ff3fde78fe75d6e59f73c5518f65b6 5,379 1.00/1.00 vMB 42
842,157 842,157 0000000000000000000291f6137bc56658989d120abb62ba526656374263facd 4,028 1.00/1.00 vMB 40
842,156 842,156 000000000000000000003659ac263a431bf7ebc7e74675b1494b1a1502efc25d 4,314 1.00/1.00 vMB 41
842,155 842,155 00000000000000000001c218b222861ccfbc5b181b758b25a4f7341aaa5ecd7a 6,350 1.00/1.00 vMB 32
842,154 842,154 00000000000000000001bde8b6e22b1893daab039cc4a8e1f2797e9c3d869c1a 6,582 1.00/1.00 vMB 32
842,153 842,153 0000000000000000000268590a64255d0b0050403fa8f66cd3a7d0aa5d35c9aa 6,124 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.