Loading Tool

Explorer IconExplorer

Memory Pool

38,349 transactions
26.85 vMB
0.05365703 BTC
Random Selection Loading Transactions
Max Size: 139.73/200 MB

Candidate Block

Mining Attempt f905e75e8a69360fc6067d88cd5cae89a3fff33c215682c932276177b226ebb7
Version 20000000
Previous Block 0000000000000000000142b0f2c1c987d6145a763bdc3f1bbe6f22a4e54d2505
Merkle Root 5e920378b352834c9f7f140da6b5972836a8b9e97b88a38f7655902b7d751507
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 796
Size: 1.00 vMB
Total Fees: 0.00407555 BTC
Feerates: 100.53 > 0.41 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,862 (177,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,039 737,039 000000000000000000023fa15aeb36b3b5737dfd20e31ad7afc0f25e456c322f 1,080 1.00/1.00 vMB 8
737,038 737,038 00000000000000000005fd0edbe99e1406d4b72eaf7767d0da98a6928d099435 1,938 1.00/1.00 vMB 14
737,037 737,037 00000000000000000004b7d50eac0b71798c67c1df24ac43e5db8af8e9ed6413 2,627 1.00/1.00 vMB 13
737,036 737,036 000000000000000000044707765a7b8b75af9311a43be57ac9df79199b608b5e 3,285 1.00/1.00 vMB 22
737,035 737,035 00000000000000000008f32b25f547c0b84da4273af567ec7223def669fe7007 160 1.00/1.00 vMB 6
737,034 737,034 000000000000000000003a4b2fcc02b150d878d062f6170e1e95af2b9ad6d804 1,935 1.00/1.00 vMB 9
737,033 737,033 00000000000000000003c5683fffad56385ce311d33059dd72fc4c0507c3dca1 1,441 1.00/1.00 vMB 14
737,032 737,032 00000000000000000008805e4f9c9008897501eeb0a35d61658588550a75afee 2,687 1.00/1.00 vMB 17
737,031 737,031 00000000000000000008b0bf69e7ea4eaba7ed60d3e8e38de81d6280a68a3917 2,745 1.00/1.00 vMB 22
737,030 737,030 00000000000000000000e68d74bd1e0608cc30ea2b29e74265ffea832dca20f2 3,134 1.00/1.00 vMB 22
737,029 737,029 000000000000000000011a7089cbdcd68130d8c778901a36d0582467e3e87963 2,377 0.95/1.00 vMB 12
737,028 737,028 000000000000000000040eb3ed50a615bc4d96768fbbed520e19d31d33594b0f 1,459 0.57/1.00 vMB 11
737,027 737,027 0000000000000000000286774de40c62c61e6db8725f742fd139b3154a091f07 3,186 1.00/1.00 vMB 15
737,026 737,026 000000000000000000058b787b094b06b4a2d52959f88976c36b7056ea2cade8 980 0.45/1.00 vMB 7
737,025 737,025 0000000000000000000588c9389a5bd0e72de78fddc155605e35cbeadcd60a94 2,320 1.00/1.00 vMB 9
737,024 737,024 00000000000000000000bc1533bdba86a83e676279dbebdbaf3ce569af8b362a 2,061 1.00/1.00 vMB 19
737,023 737,023 000000000000000000037a34f566e3b7a5293fbd09e7cc44dedb9b1c1aefa852 1,197 1.00/1.00 vMB 18
737,022 737,022 00000000000000000002fce42bcd469efb1be6688c4a653dfbed65f1369cd271 1,232 0.42/1.00 vMB 13
737,021 737,021 000000000000000000066c34f1b1958c2b476a8c130c1bbf41152e054ee32d3e 1,276 0.44/1.00 vMB 12
737,020 737,020 00000000000000000003590446d7caf3148547fc91aef7e33d44b4fea8e55ccb 53 0.02/1.00 vMB 13
737,019 737,019 000000000000000000006a15a4b6a6d19ae36435913b6ec6c5d2b55531c1a83b 2,293 0.73/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.15 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: 652.91 GB
    • Received: 13.81 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.