Loading Tool

Explorer IconExplorer

Memory Pool

86,698 transactions
32.97 vMB
0.07818646 BTC
Random Selection Loading Transactions
Max Size: 196.56/200 MB

Candidate Block

Mining Attempt bacd95807df9cf069f7310af2d4443e09d4abf5ad48fccd7a0dbb6fe6605844e
Version 20000000
Previous Block 00000000000000000001120b3e90121a7d53199734640ccdc9413977ac8b9735
Merkle Root 4ef70533e6220c56f3fb5e14646008a13005dd5bd2ad16fedaeac8934dc6cb73
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,923
Size: 1.00 vMB
Total Fees: 0.01252235 BTC
Feerates: 151.14 > 1.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,947 (491,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,298 423,298 00000000000000000200120c9407b7210cd9b60e99c51bad6c3e4bc695894504 1,954 1.00/1.00 vMB 61
423,297 423,297 000000000000000003826acf8b6e3fb4381b1d82242a05b3abf58aeca6f1c601 2,057 1.00/1.00 vMB 51
423,296 423,296 0000000000000000030959f4d2ce8561882920acc54de1ef5c93f127331b8af5 2,476 1.00/1.00 vMB 100
423,295 423,295 000000000000000001c236a9d844fdc73e9f4eeb027036e4aa1a000073fc4ad2 12 0.00/1.00 vMB 173
423,294 423,294 000000000000000000d24b6ad0892e545b935ba9124095b646e1c823f12fd243 1,370 1.00/1.00 vMB 30
423,293 423,293 0000000000000000023d4dc5fa02ec98bb36832aad960fba96ea20efdbf3738c 2,679 1.00/1.00 vMB 82
423,292 423,292 000000000000000004639e764b9bd7f0cb9a064481bc61d03fdfeb25d1c312f2 2,558 1.00/1.00 vMB 73
423,291 423,291 000000000000000002a386adbaed073b02e66ee8a6a61fd83ba33df434553671 1,597 1.00/1.00 vMB 44
423,290 423,290 000000000000000003c461fe92a89519e8ba615bc8f0ddaeb8840a371c46e491 1,649 1.00/1.00 vMB 48
423,289 423,289 000000000000000004e264e95bb458bd1b449c86af3d07f53aa77392ee5839a2 1,851 1.00/1.00 vMB 54
423,288 423,288 000000000000000002b1348860bb3a2047bbb7a84deafb9e991f253dd1ddf295 1,703 0.99/1.00 vMB 53
423,287 423,287 0000000000000000007f97c0f65cd68616a816956ae7a1e546dac106bd51794d 1 0.00/1.00 vMB 0
423,286 423,286 00000000000000000113d59b8616ae9b56ec1202341a1ac529544c0b46ab3232 2,345 1.00/1.00 vMB 68
423,285 423,285 000000000000000000946061ad81d5a2affc7492fca1f2213a1bbf36735efd84 2,470 1.00/1.00 vMB 87
423,284 423,284 000000000000000004dfdb5873ca4230e3a4b5d01a0bfc4dcff4cf1f85327beb 2,281 1.00/1.00 vMB 58
423,283 423,283 000000000000000002b32d1b7c9d446134d675fdce7a6bfc63d0f9c600a03fc6 2,660 1.00/1.00 vMB 107
423,282 423,282 00000000000000000066dfce0ddfa6770096fa707f1fa0e44d20150ec3a86566 1,539 0.99/1.00 vMB 46
423,281 423,281 00000000000000000470c3499bd9c1d304e81d5d781bdb6c7869d8eb9f67236c 2,451 1.00/1.00 vMB 70
423,280 423,280 00000000000000000263e850b0b0a471ca62828883d21ea57b2fc340abee0d0d 2,280 1.00/1.00 vMB 58
423,279 423,279 0000000000000000008b5d5d100d0c6004b4a28a747f5939ac4a068ed46d3fa6 2,009 1.00/1.00 vMB 58
423,278 423,278 00000000000000000244fd1b0954450ac39fb5c3b1c3155bc1cb9e6b2e5fee36 2,108 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.29 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: 657.32 GB
    • Received: 14.52 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.