Loading Tool

Explorer IconExplorer

Memory Pool

77,823 transactions
29.37 vMB
0.08751197 BTC
Random Selection Loading Transactions
Max Size: 179.23/200 MB

Candidate Block

Mining Attempt 69af533461fde51e7af717af99d457c744b46feba14754ce43a466056ae8239c
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 15bb34a6d6f6cecfea4f894665f252e46c6827d1578c966530eecfaa17375899
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,708
Size: 1.00 vMB
Total Fees: 0.02310814 BTC
Feerates: 301.35 > 2.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (60,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
854,315 854,315 000000000000000000001f2adf7fa0771071a5995391b87e264a66a0a7f30622 4,302 1.00/1.00 vMB 4
854,314 854,314 00000000000000000000cf0d19b3e32f116d9c40d051e7f8f17abe4aca377a29 6,805 1.00/1.00 vMB 4
854,313 854,313 00000000000000000000b3062a6e692dc9b400bc79cec60eb5e2444f663b6041 7,033 1.00/1.00 vMB 4
854,312 854,312 00000000000000000000d12e7ad1f4d52db3a813464dba31a48c9cec960edadc 5,053 1.00/1.00 vMB 5
854,311 854,311 00000000000000000002b495775befd9ae0c123e5472d735c38badc8908b23e6 6,948 1.00/1.00 vMB 4
854,310 854,310 00000000000000000000047989f89c0c83a19e811514448653ba82dc12a67542 5,988 1.00/1.00 vMB 4
854,309 854,309 00000000000000000002f0ccec679dcf50125794a27ba4aa64f2a4c19806236c 4,239 1.00/1.00 vMB 9
854,308 854,308 000000000000000000001fe13631f77d8bd5ef9edd50602834adec8ce59c6a43 4,443 1.00/1.00 vMB 3
854,307 854,307 000000000000000000005cd36adc148f4d11770f0a84d86fd8c5021a257ce8c1 2,494 1.00/1.00 vMB 9
854,306 854,306 0000000000000000000330c13f77edb6b8b6d302f830c79070205d039285c6dc 6,235 1.00/1.00 vMB 3
854,305 854,305 00000000000000000003303acba152deb4cf13b89f4e3d8486f1148c8c2b02b0 3,635 1.00/1.00 vMB 5
854,304 854,304 000000000000000000015282b5da73290d3f5659de332d1ff5b90e721e743f7c 6,048 1.00/1.00 vMB 3
854,303 854,303 0000000000000000000097584521438f3890798758f76ed59aa99cd50783caa7 5,908 1.00/1.00 vMB 4
854,302 854,302 000000000000000000006f12d3d01bc4b038be0da0ee9390fd2c83ca0357278c 5,816 1.00/1.00 vMB 5
854,301 854,301 0000000000000000000283fb0ea24d68a6d46d2987bd690023cb86d1fec5d896 7,724 1.00/1.00 vMB 3
854,300 854,300 000000000000000000021f8982c4f4745368d567f8e6c5e1a05926e76242f216 4,449 1.00/1.00 vMB 5
854,299 854,299 00000000000000000002b63749c72ea3f3a91a597658386047b3e26ecd11b583 4,347 1.00/1.00 vMB 7
854,298 854,298 000000000000000000010c3bde89b2ac374212e287b64bddfe86f89f3c29a1c6 2,910 1.00/1.00 vMB 4
854,297 854,297 00000000000000000000da7a9b22c3ee41d63e39d20bfb57a55d404cd90c86f5 5,025 1.00/1.00 vMB 6
854,296 854,296 000000000000000000003c19800620bcb9435a5aadc8f1c094864c412e164906 4,025 1.00/1.00 vMB 5
854,295 854,295 00000000000000000000959e7d64263b9fb7fd65b1ee75c00e7c4f27d7acc850 3,735 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.