Loading Tool

Explorer IconExplorer

Memory Pool

45,656 transactions
29.05 vMB
0.13895162 BTC
Random Selection Loading Transactions
Max Size: 151.33/200 MB

Candidate Block

Mining Attempt 94c9351bf60e54005fe112f874aa8222f30682ff539601b9f9300cae41332adb
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root c1a534dd0934e47156870b533ded0f3c9a3651c237af32d69a79b3a2372506e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,825
Size: 1.00 vMB
Total Fees: 0.04191454 BTC
Feerates: 150.75 > 4.20 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,425 914,425 00000000000000000000285e9fb2f17e99042c85923f12276387ae50327ce95b 3,842 1.00/1.00 vMB 10
914,424 914,424 00000000000000000001d9d2fe333c5e04cb6bb8729cfabb3e21b7ed15bd4ea6 3,784 1.00/1.00 vMB 6
914,423 914,423 00000000000000000001db60b636186bd1aecedcfcc25d04d7c99ec11aaae16e 3,824 1.00/1.00 vMB 4
914,422 914,422 000000000000000000008bc4531a54d9b472e934839c94fc2fd77ab52777338c 3,443 1.00/1.00 vMB 16
914,421 914,421 00000000000000000000ac06ecc4d286c0b31c9b3f070678d7446ca42e8e89d9 3,676 1.00/1.00 vMB 8
914,420 914,420 000000000000000000003037e9a0a24f24be3154ef9bb067e247aa21b2ef2f6f 4,262 1.00/1.00 vMB 8
914,419 914,419 00000000000000000000d7271f28b45355cfc631b6f1da0256f67f39ef548751 3,516 1.00/1.00 vMB 12
914,418 914,418 000000000000000000010038ececcdbd5a5cf41d8463ca58111ae9c69715f93c 2,966 1.00/1.00 vMB 19
914,417 914,417 000000000000000000015efc7cee96fe97f72a9b5f9a898c6960c3e5060701f4 2,975 1.00/1.00 vMB 3
914,416 914,416 00000000000000000001a8299bb3684c7960513989faa15a3edfe22a66765c58 2,440 1.00/1.00 vMB 2
914,415 914,415 000000000000000000018ce550d389390323cd81d07b72ed384d1888ec46f18e 3,391 1.00/1.00 vMB 8
914,414 914,414 00000000000000000000e9b095718b8fe53c46648ec7ff414689d930549284bf 3,838 1.00/1.00 vMB 9
914,413 914,413 000000000000000000017ed3fa8a315e30d6a38ae49ee316a5a0f8b1f8eca883 3,327 1.00/1.00 vMB 7
914,412 914,412 000000000000000000019d1466c8da69702e7732a24b4b2b9299338768046ab0 4,036 1.00/1.00 vMB 1
914,411 914,411 00000000000000000000a6df4aeea775b2e38cdc8c71d63e8a5221b9806cad3f 2,648 1.00/1.00 vMB 1
914,410 914,410 0000000000000000000118c42bcf8f7519f0d86a205df8b06834ad477d8480f9 3,698 1.00/1.00 vMB 6
914,409 914,409 00000000000000000000bf17b6f48d4c6d8eaf06ded8dd793b73e1f1271c7ae6 1,673 1.00/1.00 vMB 1
914,408 914,408 00000000000000000001d759b20ef64f999f29b21de23431f6083caae7e4d03d 3,495 1.00/1.00 vMB 12
914,407 914,407 00000000000000000001832fa43ee3940565b338759f47f6548c9a4ec1ccadf4 4,403 1.00/1.00 vMB 2
914,406 914,406 00000000000000000000d507d64cc79f8a7f485bccb19db868b888bbcc99c555 3,878 1.00/1.00 vMB 7
914,405 914,405 000000000000000000018eb5aa3d4a22f845fc40e3951e74631990c6eb927a84 3,296 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.65 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.