Loading Tool

Explorer IconExplorer

Memory Pool

77,993 transactions
28.91 vMB
0.07047176 BTC
Random Selection Loading Transactions
Max Size: 175.37/200 MB

Candidate Block

Mining Attempt 7714b2e568a2170dbebf971a9bd5a4364a4aa3aca830459b2c61f70d7e1c62df
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root 627838c72d248c8fa24c65256176c0cd0a32ad76ef572af5b081b1b41de77875
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,703
Size: 1.00 vMB
Total Fees: 0.01029621 BTC
Feerates: 502.67 > 1.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (140,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
774,248 774,248 000000000000000000037d6c9604b1262da07d59249327b5e80debe67137bdae 2,309 0.78/1.00 vMB 6
774,247 774,247 0000000000000000000600b8544cd1bf5d8eb1155ec7e52180754bd22d3b2210 3,392 1.00/1.00 vMB 9
774,246 774,246 000000000000000000049a0f00f8eb445ec6a7ad0a0b3dd493b3b69e027c2866 2,027 0.94/1.00 vMB 6
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
Previous 10 blocks ↓
Total Size: 782.55 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: 669.64 GB
    • Received: 15.75 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.