Loading Tool

Explorer IconExplorer

Memory Pool

48,645 transactions
28.24 vMB
0.08029578 BTC
Random Selection Loading Transactions
Max Size: 150.76/200 MB

Candidate Block

Mining Attempt 8b053b5a41d41c02efb891af186ceb0d49e70829b03fa098cd7ea3060d6e1042
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 4a5e3ce7f3a4c87f6f673954dd20ba945333b05ca519340556b9e423fb8861a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,171
Size: 1.00 vMB
Total Fees: 0.02650585 BTC
Feerates: 500.45 > 2.66 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (200,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
714,420 714,420 000000000000000000071acf80f47160f1bf8749c2bf4b994e2c6a9b920a3f03 3,852 1.00/1.00 vMB 7
714,419 714,419 00000000000000000002ecc1536e799235a177ea55b78e9df3a5f766cbbc2c32 3,747 1.00/1.00 vMB 6
714,418 714,418 00000000000000000002a2a4669f28bec786fbd8e6f3809bf68030ee0069308f 3,421 1.00/1.00 vMB 14
714,417 714,417 0000000000000000000a382c54a984d0575fce279ad1d46c037c78a6e3a39fbe 2,839 1.00/1.00 vMB 9
714,416 714,416 00000000000000000000ba5f6d417f51a1de182b31f8dba9d29730a91cca8fa9 3,248 1.00/1.00 vMB 15
714,415 714,415 00000000000000000000e43a37aae49309184d46b57f7984eba49b4da799be15 2,918 1.00/1.00 vMB 15
714,414 714,414 00000000000000000003c3b11043eec5033b04ed11de7da6a3a999d07c9a69a9 2,883 1.00/1.00 vMB 3
714,413 714,413 000000000000000000046fd946fa122c278904361917c3100d925312290fa8fc 2,813 1.00/1.00 vMB 20
714,412 714,412 00000000000000000009ef59b40d2bc0ef590ad820ed4e1166a028c34b8b3f4f 3,063 1.00/1.00 vMB 16
714,411 714,411 00000000000000000000e5508286cdb83c161f4f4ebdd7f787a578209877797f 3,442 1.00/1.00 vMB 20
714,410 714,410 00000000000000000005536612da82f565e4efe1c8ea4494b309640283b142e9 3,282 1.00/1.00 vMB 11
714,409 714,409 00000000000000000001254a20ab68f20700760dbed02dd141343cfbd55dea53 3,048 1.00/1.00 vMB 15
714,408 714,408 00000000000000000009ff0ddd98e3848d62a14d680b1d0b5a32639e32a336b3 1,107 1.00/1.00 vMB 5
714,407 714,407 00000000000000000007ed6bce8e2273e19e20a0bd81ea48450d1c7e1d4d137b 1,468 1.00/1.00 vMB 3
714,406 714,406 0000000000000000000262f0d65d94242837928766706b8ecd9f24bf588881b3 2,531 1.00/1.00 vMB 4
714,405 714,405 0000000000000000000050151b1b46282a978b1fa51351eec8bcf83e90ad2c43 3,400 1.00/1.00 vMB 17
714,404 714,404 0000000000000000000843de221b248c7e5da264354d7141b1ed194fcdab079c 3,151 1.00/1.00 vMB 9
714,403 714,403 00000000000000000001c7ac91eccf270ddc8414a20aa0ea6e9356499aa0634d 2,411 1.00/1.00 vMB 3
714,402 714,402 0000000000000000000a933133edfe2fc32db1d4d85b257828cab064973af938 3,053 1.00/1.00 vMB 10
714,401 714,401 00000000000000000009303dab08ca5efe81f6001b1f2ad63b27f35956aaad4f 2,781 1.00/1.00 vMB 19
714,400 714,400 00000000000000000009c25b5bdaeacf1f4c937ce989fdc809ada7bb7eb0a1a5 2,908 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.