Loading Tool

Explorer IconExplorer

Memory Pool

39,118 transactions
26.62 vMB
0.06582960 BTC
Random Selection Loading Transactions
Max Size: 137.39/200 MB

Candidate Block

Mining Attempt ad1c8ff73fb96e3a92c0dca51b3bcc698d5aca19dc778fa0cf8d693481f0d6c4
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root 2552c796a4b5530db3dff9b87408f5d45c44be0795cf3fe7a99e71e0914d1dc0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,353
Size: 1.00 vMB
Total Fees: 0.01592702 BTC
Feerates: 201.06 > 1.60 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (252,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,364 662,364 0000000000000000000342f0a4f4857b3c7aae35b9ee0eaeb897f70063ec3add 1 0.00/1.00 vMB 0
662,363 662,363 000000000000000000056709725090c37d01f94d864962e09ea18ec65e0eae3d 2,195 1.00/1.00 vMB 89
662,362 662,362 00000000000000000009f2502cb7ca0d165154feb5d9357ad92a4f3ade47c9e7 1,699 1.00/1.00 vMB 109
662,361 662,361 00000000000000000003dd11bbd6f719be10d60f99813a42123bdf09718f0852 2,580 1.00/1.00 vMB 141
662,360 662,360 0000000000000000000086521cbc5bb604b6c20f11406a6bd6dc003c8bdd8f66 2,467 1.00/1.00 vMB 109
662,359 662,359 00000000000000000001cec3fabcd4e6c538076168736afeac5813f24974a852 2,353 1.00/1.00 vMB 108
662,358 662,358 0000000000000000000a87a8782a3534f3ebcb171eb48057461fad00d9d755cb 2,106 1.00/1.00 vMB 62
662,357 662,357 0000000000000000000625985aa97b836b64ef6ee2222bf918c126f7ae1c61b0 2,509 1.00/1.00 vMB 108
662,356 662,356 00000000000000000000d97b0fc9410cf41feede8b0ff0b1a19b29d2bb97748e 2,748 1.00/1.00 vMB 74
662,355 662,355 00000000000000000004872610e6295a34cf03d2dbce7fa94d53dc74ee7a1b28 1,934 1.00/1.00 vMB 107
662,354 662,354 000000000000000000078f4c8953b006a29ec5666cdebcf9c154c8948763fb0b 2,222 1.00/1.00 vMB 101
662,353 662,353 000000000000000000080633d98687abd806e04f450326526643e63780178b94 2,206 1.00/1.00 vMB 100
662,352 662,352 000000000000000000007cf604f0214c3551ce7058776e8d095a4b216dc5cbb7 1,390 1.00/1.00 vMB 53
662,351 662,351 00000000000000000009f7c6b44a4f1cf251b5601d3e9af8dc1ada2c176e81db 1,734 1.00/1.00 vMB 78
662,350 662,350 000000000000000000006705084ff19aaa42f7d17def1ed8597d719826ea7157 1,726 1.00/1.00 vMB 78
662,349 662,349 00000000000000000007f1c0e056b5a160b9c850671f6a6bb05a47f78a397527 1,239 1.00/1.00 vMB 60
662,348 662,348 00000000000000000000154168997d067ad9c6aaffbbddc4f30d18e0bda17d79 1,969 1.00/1.00 vMB 90
662,347 662,347 0000000000000000000138aa7d1e752ebaa489ede7bd384968943eea67ecf05c 1,703 1.00/1.00 vMB 82
662,346 662,346 0000000000000000000210c856378916167eac802075fd13e4d951ecf5d8294c 1,567 1.00/1.00 vMB 70
662,345 662,345 00000000000000000008c2a219863e6405c0ec5fb1bb363a06a3a9e819e46d3a 1,463 1.00/1.00 vMB 68
662,344 662,344 00000000000000000005f10f53bdf01fab1f66899dde9cfec90bf8a1eee54cef 1,819 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 781.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: 636.92 GB
    • Received: 12.39 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.