Loading Tool

Explorer IconExplorer

Memory Pool

46,717 transactions
28.78 vMB
0.07306371 BTC
Random Selection Loading Transactions
Max Size: 153.45/200 MB

Candidate Block

Mining Attempt 274ce2fc4eb91a92c653dbfebe82af67b9fce8f2181b9aa37f2cc2261d21fa2c
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root 8341d69af3ba0dcee44a8475a4f620f20ae418688e681cb2b08a0a5a44e450b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,034
Size: 1.00 vMB
Total Fees: 0.01836289 BTC
Feerates: 73.20 > 1.84 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (326,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,349 588,349 0000000000000000000443c9b9fb720fa7e0293ee25ae022d7a202b6d8708889 2,711 1.00/1.00 vMB 16
588,348 588,348 0000000000000000001eab511e764c7c7255753f884e950da0a6cfe52d1448e6 3,090 1.00/1.00 vMB 35
588,347 588,347 0000000000000000001db836dfa5733160b0da5ada34f793a869ddef21655179 992 0.31/1.00 vMB 21
588,346 588,346 0000000000000000001bc61803ec0a8df5ec150ebb1bd635b16a0ad6896d26e1 2,065 0.66/1.00 vMB 22
588,345 588,345 000000000000000000162e53de22862376ede4ac37a4437407545876f5cedc70 1,442 0.49/1.00 vMB 21
588,344 588,344 0000000000000000000a4a602cd279a3f2bde711aa15c49dd9867afd5ce484a0 2,202 0.76/1.00 vMB 21
588,343 588,343 000000000000000000134d0154b7340e4014bf55444ccc1ba7ee30b177dd88dc 2,357 0.83/1.00 vMB 22
588,342 588,342 00000000000000000003251a99029223022d84b54a9ab6f47cb90597e6542799 1,408 0.60/1.00 vMB 14
588,341 588,341 000000000000000000127749c9171e2fa3716007d7da5573c46131447980af7b 2,344 1.00/1.00 vMB 29
588,340 588,340 0000000000000000001ac6868e1c7e949e83b38b2531826c4e6a5e9866fc87d7 2,125 0.80/1.00 vMB 9
588,339 588,339 000000000000000000134e44e98cb5f5530eba572fe99b6ed5fe8a59c3ed334f 2,286 1.00/1.00 vMB 35
588,338 588,338 0000000000000000000652c300b624f264bc9ea807b8d4a89890eb824876dfb4 758 0.24/1.00 vMB 21
588,337 588,337 0000000000000000001a99ac799bfbd05fe9d6862f65ccf0d239075771cc17ee 56 0.03/1.00 vMB 19
588,336 588,336 00000000000000000012c893514b8e89f2f85a10aff731808ce0aee8b3b1cb0c 1,524 0.73/1.00 vMB 27
588,335 588,335 00000000000000000013f76bc0950d9ab83203a140d6925cb2ac207a3bd2ef82 3,014 0.99/1.00 vMB 16
588,334 588,334 0000000000000000000455078d7405b9be18dfd5d1525e3e71ddb900c8d2e4a4 3,004 1.00/1.00 vMB 33
588,333 588,333 000000000000000000197fbc51c2defafa67b6e847855a270cf0f6dfc9f6c980 2,822 1.00/1.00 vMB 27
588,332 588,332 0000000000000000000e568df7d5b9a2f337fa1ca043443a3aec1b87e76c5550 2,895 1.00/1.00 vMB 3
588,331 588,331 00000000000000000016c73d60d871d23f23bcb91d0c92ce2c1e7028e578b842 2,423 1.00/1.00 vMB 21
588,330 588,330 00000000000000000013163c09b27810d9530763111c253d1c7ef89fc5e67daa 2,432 1.00/1.00 vMB 22
588,329 588,329 00000000000000000008d9cb1319d28b09a3662a95b86b53fdf2ac602f1e1195 2,902 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 652.01 GB
    • Received: 13.68 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.