Loading Tool

Explorer IconExplorer

Memory Pool

88,737 transactions
32.47 vMB
0.17889242 BTC
Random Selection Loading Transactions
Max Size: 196.38/200 MB

Candidate Block

Mining Attempt ad0f5d45c77827f7cf1b97dcb02628f044a2390a2fc0f3e14b6c9b4241a37acb
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 1b8ccfce3ad7afcfa97099deed4f643d1d937858c6b4d24b9432920185cd46ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,863
Size: 1.00 vMB
Total Fees: 0.08671927 BTC
Feerates: 216.64 > 8.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (140,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
774,245 774,245 0000000000000000000711c6ef39a3047e047cefd160e8ec7ce856f948515bbd 1,242 0.42/1.00 vMB 9
774,244 774,244 0000000000000000000551f737f133a938da7f4bb1fbb0b9deac538c4e66e478 963 0.56/1.00 vMB 7
774,243 774,243 000000000000000000000038efd88be72dca654e1bfef2b7186efbcd53de3a3f 654 0.42/1.00 vMB 5
774,242 774,242 0000000000000000000447a86f835b8525178dc07893b8c1d26d0ab4cbedb27d 3,055 1.00/1.00 vMB 3
774,241 774,241 000000000000000000071f08c90ba0f7e0d3ead8130ed8c89a38a3085369054f 3,365 1.00/1.00 vMB 15
774,240 774,240 0000000000000000000610df34b822f2debf3c6f470bbf868d39dbe80a65b5a3 3,362 1.00/1.00 vMB 13
774,239 774,239 000000000000000000049c8149e580a1bdd1e46a7e9226ce87d57abf2f5a3ecc 2,825 1.00/1.00 vMB 18
774,238 774,238 00000000000000000005d86bc7721ea5eab3853437aac8e75b15d8a9cba7c36d 664 0.27/1.00 vMB 6
774,237 774,237 00000000000000000002723e84fd59a92703d6a6ea22f9cc61495f6ac6b2ec2e 644 0.18/1.00 vMB 7
774,236 774,236 000000000000000000062fabaa28ed90b003799f1a5b4022724f408d4be6b559 2,228 0.84/1.00 vMB 6
774,235 774,235 00000000000000000006b6e49ceee5915394984eae0c02033e9e99610ded5e5c 936 0.34/1.00 vMB 5
774,234 774,234 00000000000000000004db08f3f8669f2d7a429dfdd8def071b3f342b1973e27 1 0.00/1.00 vMB 0
774,233 774,233 00000000000000000005b5f362db17f6bc5a3dc3e3972ea19daf23347c83c675 893 0.29/1.00 vMB 6
774,232 774,232 00000000000000000001078c1409c130ea1e29bcd1e0967c04d49c0cad7e10ca 161 0.05/1.00 vMB 9
774,231 774,231 000000000000000000041fff900c1603cab8c82f1e0157a8fb068057e02b2dd9 1,698 0.58/1.00 vMB 8
774,230 774,230 00000000000000000006a3e5f685c78a1df16266680c40c4da33069289f12e2b 77 0.03/1.00 vMB 4
774,229 774,229 00000000000000000001703b01d875f492b9771cdbae393db50d93fd2f525b8c 1,126 0.36/1.00 vMB 10
774,228 774,228 00000000000000000000c6b38833c13cc1bdf094979123cceb23fba0c4789541 153 0.04/1.00 vMB 6
774,227 774,227 0000000000000000000391c7a8c7b8cdf7dec25c9da09cbb6ca91396c8ca4247 1,047 0.39/1.00 vMB 6
774,226 774,226 000000000000000000000df012d2e7f64573e36640b4d907d583832448f23961 1,868 1.00/1.00 vMB 2
774,225 774,225 000000000000000000029cb0e37fd9d0027b69c902e4b4806928042cdc88ba2d 1,467 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.52 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: 668.93 GB
    • Received: 15.65 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.