Loading Tool

Explorer IconExplorer

Memory Pool

73,910 transactions
28.48 vMB
0.08300666 BTC
Random Selection Loading Transactions
Max Size: 168.45/200 MB

Candidate Block

Mining Attempt 7c96778873ffbe09c452047b149aee4d13ce7954c54caeb584ad7479c8ef77df
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root b2b866495e319fc4ab1f096d3648b2c570cac4d5d2c3b5efa929c32ff1616ba8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,929
Size: 1.00 vMB
Total Fees: 0.02573611 BTC
Feerates: 196.43 > 2.58 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (78,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,382 836,382 00000000000000000000979457a6e11f8bc54b4fe0111050f0473dd91d4c0fb7 3,035 1.00/1.00 vMB 27
836,381 836,381 00000000000000000002f68205fdee54c3add8f917c4040fa34295bd112bbc85 3,247 1.00/1.00 vMB 37
836,380 836,380 00000000000000000000813196df1f915b4705fabdcb945507d4940869b037ed 1,973 1.00/1.00 vMB 18
836,379 836,379 00000000000000000002c5197c3046508104f78607adb7c6ea2592063da8fe54 2,081 1.00/1.00 vMB 27
836,378 836,378 00000000000000000002d5068fc2ca0b16e2f4ce5d0d6baa2a81565c7454a952 2,911 1.00/1.00 vMB 26
836,377 836,377 0000000000000000000013a15ea5126eeb86a9b9d374b13947d91242d4890782 3,265 1.00/1.00 vMB 30
836,376 836,376 00000000000000000000383cc75d8480cddebec74e097b1f18af152d095241af 3,364 1.00/1.00 vMB 38
836,375 836,375 00000000000000000000c2fe0d45d96eabfedb53610a153153975ab470ec3115 3,649 1.00/1.00 vMB 35
836,374 836,374 0000000000000000000094f40bdc9721dea995ea1387d47c7c862662e790d7e2 3,141 1.00/1.00 vMB 35
836,373 836,373 00000000000000000002c84b4fd7dc2165d1ab1f0aa48899a75e9ddc98acd5d0 3,874 1.00/1.00 vMB 39
836,372 836,372 000000000000000000026b267d7aca05b49fbeedbae307e4f2ead6b24197d8be 3,599 1.00/1.00 vMB 32
836,371 836,371 000000000000000000005317c9847d5106ce8a729ccc35f7850b0958af06d156 2,013 1.00/1.00 vMB 17
836,370 836,370 000000000000000000026eee3772d255c589fd357dc636556b4147a3f53e6f3e 2,211 1.00/1.00 vMB 23
836,369 836,369 000000000000000000012f99f43b2eb5027b6a61c24ec18f925dd5c5c38f4b99 2,206 1.00/1.00 vMB 16
836,368 836,368 000000000000000000026d2b911fb11308e01e5ae3282170cb24ca20cdac05ba 3,202 1.00/1.00 vMB 29
836,367 836,367 00000000000000000001e77d2c37a3c2d053d48d76c5b8087e4d4e8bdeb8ca1d 3,647 1.00/1.00 vMB 31
836,366 836,366 00000000000000000002066c49f6cb164a615b08e019fd5e5c24efc88278a25a 3,100 1.00/1.00 vMB 18
836,365 836,365 000000000000000000032239c23627d7fcda42414be3689dd77fe3e5edd9b26c 3,528 1.00/1.00 vMB 35
836,364 836,364 00000000000000000000e9950a0a9d96ee983ca8d1077a8a350c44d4f2d67ba3 2,514 1.00/1.00 vMB 16
836,363 836,363 00000000000000000002279a7502c0be37e883b05a85d1c0b3a7e94d8af52c1b 3,086 1.00/1.00 vMB 24
836,362 836,362 00000000000000000001ae21d156bdeedfcb24223ae625efdd408e8a296ed98a 3,410 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.45 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: 667.49 GB
    • Received: 15.26 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.