Loading Tool

Explorer IconExplorer

Memory Pool

56,647 transactions
32.20 vMB
0.14869011 BTC
Random Selection Loading Transactions
Max Size: 174.11/200 MB

Candidate Block

Mining Attempt 3de8520fed10861cdd592956d5050d92dd433a4ab2f36ef00dd79ede605a74a1
Version 20000000
Previous Block 000000000000000000009ae72742d77d55e96bac00494a031373ad4b53b85617
Merkle Root e3fa061057a98bf621f5e49099882f0b66d34cf0a2ce7a65d9d07266ff3b8a36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,876
Size: 1.00 vMB
Total Fees: 0.05028101 BTC
Feerates: 101.25 > 5.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,825 (142,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
772,413 772,413 00000000000000000006861629a18282abd8b05130d32c1c410ad71b4999f544 2,700 1.00/1.00 vMB 7
772,412 772,412 00000000000000000007113fc07ddc3e21c1de1c0e70cb8eeca7d02c7b901180 2,310 1.00/1.00 vMB 9
772,411 772,411 00000000000000000002a1cb616ef0b3eaa95719a9345f31dd38195ecb0405dc 3,253 1.00/1.00 vMB 8
772,410 772,410 00000000000000000004ac1324a18478a76ead0b4bb6f71d73aba1eb814355fb 3,020 1.00/1.00 vMB 18
772,409 772,409 00000000000000000001ecda5c1d0871acfc256ac1e47c44dd1e094a532c0cdc 2,057 1.00/1.00 vMB 6
772,408 772,408 0000000000000000000058c0928971b0eb08e7e9856d9d01879f5766913c9867 3,335 1.00/1.00 vMB 15
772,407 772,407 0000000000000000000156ec03d2c362ef612d48939fcf45f8ac4482538c7ac7 2,153 1.00/1.00 vMB 8
772,406 772,406 00000000000000000003b6cb057bd808b2a1c4415b2bd19e2c8706a1a119cca3 2,926 1.00/1.00 vMB 17
772,405 772,405 00000000000000000004d55cfb34387bf34a54597413315dbe20d22f39a87347 2,666 1.00/1.00 vMB 15
772,404 772,404 000000000000000000040f1430a0cc1ac49dee9bbb86b4a39141e3e15c00c0a1 3,174 1.00/1.00 vMB 10
772,403 772,403 00000000000000000004e32b5017673f4c7f4ed4a46d1044675fd9230383fe78 3,793 1.00/1.00 vMB 10
772,402 772,402 0000000000000000000704440cc96ca85e565c957b8c06b52e1c3f92d4a701a0 2,588 1.00/1.00 vMB 4
772,401 772,401 00000000000000000003cd2a6102739a679048a86edb04f78e72db4502474f3a 2,606 1.00/1.00 vMB 14
772,400 772,400 00000000000000000003992f09e30dd1e8a3c62ba8f840a9a37555b91bc346da 1,222 1.00/1.00 vMB 5
772,399 772,399 00000000000000000004c93007841e4b658e9a1820e852c5cbc77f3a071b7f58 830 1.00/1.00 vMB 6
772,398 772,398 000000000000000000056bcf5b58b8ed4c3a60f7b589b7f5d211bfe55f20ba8c 2,425 1.00/1.00 vMB 13
772,397 772,397 00000000000000000002b0ae41febf6f34f229b385c061ce1989ba232611f725 1,525 1.00/1.00 vMB 9
772,396 772,396 00000000000000000002d63229dd41ff5430c872b8e9389e514dd6dd85f8bb39 882 1.00/1.00 vMB 7
772,395 772,395 00000000000000000005906350e25c4c0ae5be430360717a4f408f5db10cc2c5 2,964 1.00/1.00 vMB 16
772,394 772,394 000000000000000000068e05a04aa58fcfa3446d446ab3a37923a0565243a6b5 1,615 1.00/1.00 vMB 6
772,393 772,393 000000000000000000061257fac134ffff37f29172fe78515752ba8ce21bd2ae 3,005 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.08 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: 651.43 GB
    • Received: 13.56 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.