Loading Tool

Explorer IconExplorer

Memory Pool

74,874 transactions
27.79 vMB
0.07560116 BTC
Random Selection Loading Transactions
Max Size: 169.06/200 MB

Candidate Block

Mining Attempt 1ec12f5d113714aa21c6ac0edbe43e278e878312021a24d1d1840cc973225867
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root e65b0971ed96ba49d29aed1375aeacc3ae80f6bdb541a86904a75e186cf052a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,111
Size: 1.00 vMB
Total Fees: 0.01615431 BTC
Feerates: 71.37 > 1.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (298,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,243 617,243 000000000000000000058cce40b448b5ed03ab62b3423b9d34c2389dcc131cf5 3,054 1.00/1.00 vMB 32
617,242 617,242 0000000000000000000abd0ea407461dd3b5f00a82379b660d5b5d87bc026455 2,674 1.00/1.00 vMB 26
617,241 617,241 000000000000000000102c98a90af31e30bf89e569610db203fa182e8bd42653 3,167 1.00/1.00 vMB 28
617,240 617,240 0000000000000000000983bfc9a4a1610b3f36bc10ce4396e69068728894b2c6 1,159 1.00/1.00 vMB 11
617,239 617,239 0000000000000000000852d3dca6a405dc3665bae47aa6914ff6c67925083952 2,279 1.00/1.00 vMB 22
617,238 617,238 0000000000000000001191b14b2d1a5fd3c4258edc1a8a4e366bf00145669845 2,805 1.00/1.00 vMB 25
617,237 617,237 0000000000000000000655ff5c93bc7d6a607adebf8e93d5a6a0052ccf70645a 2,431 1.00/1.00 vMB 15
617,236 617,236 000000000000000000015c82c752e57fcada4206db007b539394de58396168ce 2,450 1.00/1.00 vMB 19
617,235 617,235 0000000000000000000361ed2de656648e590ab3cd8400d4402bd1138cfdda1b 3,182 1.00/1.00 vMB 24
617,234 617,234 0000000000000000000a3ad8ff9dd1b8426936788c5a23c7ca22acf516b242db 3,225 1.00/1.00 vMB 35
617,233 617,233 00000000000000000000c5728eb084f21e380f8e2dc12280762b54fb3ef9e567 2,405 1.00/1.00 vMB 28
617,232 617,232 00000000000000000002b3d4f86166f9de05e5a7d7f3d2bc59af5a7c784759e3 3,046 1.00/1.00 vMB 40
617,231 617,231 00000000000000000009ec4a1ed71aa1457c465caf9e7c50196aaae0b7b9df6c 2,602 1.00/1.00 vMB 28
617,230 617,230 00000000000000000011d301cca354d6d6661ba36a3f385f598ba8522b158140 2,458 1.00/1.00 vMB 29
617,229 617,229 0000000000000000000b76167ad7c5a10c2189966ec21dc405fbab6a5eb0bdf4 1,949 1.00/1.00 vMB 31
617,228 617,228 0000000000000000000a0dd2c1b555cf0acf5ddf807196c8d3262cfcddae2945 2,306 1.00/1.00 vMB 33
617,227 617,227 0000000000000000000167f6fd26bcaf1067ef9cbebbc37fe5a3b983fe12ce96 3,114 1.00/1.00 vMB 31
617,226 617,226 0000000000000000000689d759f6f9585c90a4d514c3181ee282be140c09260b 3,452 1.00/1.00 vMB 32
617,225 617,225 00000000000000000000f39dc84a66bf53715376354753c381356b5b993e29eb 3,215 1.00/1.00 vMB 39
617,224 617,224 00000000000000000005cc51d55b71db0157750c9a7e82ea97164ea564938ac1 3,448 1.00/1.00 vMB 39
617,223 617,223 0000000000000000000af7eb43f060419499be1ff30c6279dc74e71bfc6b6ef9 3,155 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.83 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: 711.78 GB
    • Received: 17.12 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.