Loading Tool

Explorer IconExplorer

Memory Pool

88,874 transactions
27.64 vMB
0.06815532 BTC
Random Selection Loading Transactions
Max Size: 175.54/200 MB

Candidate Block

Mining Attempt 7ac5a10668513ffbe91ed47b4f6852481c43adabd928cd2f904b8e4316b23090
Version 20000000
Previous Block 00000000000000000001091d51bc0ca417a1f75cfc600435bb2095a019637d7a
Merkle Root bacb27a2489c06ced1f47ea85251a55ac846e6c9feca09ff470ef79bafe1aeb6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 780
Size: 1.00 vMB
Total Fees: 0.00582689 BTC
Feerates: 85.35 > 0.58 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,939 (838,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
77,476 77,476 00000000001e68e55d8ed5108e2c0fafe77d0ca475802e61f3b02fc7aa68e775 1 0.00/1.00 vMB 0
77,475 77,475 000000000061a80acae7092cd86bce3264104cd4ff0e5fa3704ed072975af1cd 1 0.00/1.00 vMB 0
77,474 77,474 00000000005c6254a40c1b3c5d5bf0d5ebc7b07fe7a4cd1e93c5bcc925437387 1 0.00/1.00 vMB 0
77,473 77,473 000000000011c385e5999ece5067a4f3b975b57e16b20a29486dff413115d70a 2 0.00/1.00 vMB 0
77,472 77,472 000000000027ca2179234dcb6964182462fa685b80d7160eb141c83ff38d1b63 1 0.00/1.00 vMB 0
77,471 77,471 00000000000b05d10fb6395743fb8947f95c3f0611b00b03ac83c8e1fcbcd560 1 0.00/1.00 vMB 0
77,470 77,470 00000000002ac22d151c6ad10c847d340d8009e6b5f15ded6af6b3398d5f5f55 1 0.00/1.00 vMB 0
77,469 77,469 0000000000393b038f47d7bcd64b3823f49715f5f980248b922dd7e91bfa37af 4 0.02/1.00 vMB 0
77,468 77,468 0000000000136cc5ad80716839c4a9a67fedad659c8fb37fd97d582bc7502a92 1 0.00/1.00 vMB 0
77,467 77,467 0000000000497976ede5ff93b50725de649de7d90fb39754a208a3b538aaadca 4 0.00/1.00 vMB 0
77,466 77,466 000000000014608e3826ec66f502e5263718af8eca035efeacffaf58f28bc60f 1 0.00/1.00 vMB 0
77,465 77,465 00000000005a12ec3c4b77504d434e86007df6bcd7403f8e4e15c0a744d438f6 2 0.00/1.00 vMB 0
77,464 77,464 00000000002252e572db1a0e2a7e3ed3da39cd8eb725562eabcf281121cfff24 1 0.00/1.00 vMB 0
77,463 77,463 00000000002574a3b9fb79ca347782ef68e53de5ad7b03dbd26db7756d33085d 2 0.00/1.00 vMB 0
77,462 77,462 000000000001553f935648547f55a1b4f58a497401ce8de9233019c83a83fc7e 2 0.00/1.00 vMB 0
77,461 77,461 000000000058200d6ea82e32a92e5722edbb40c64e7c67267ac4d3505bcb1ce8 1 0.00/1.00 vMB 0
77,460 77,460 00000000004be800bcc9760a5b9d846b32304b55a65465d9d206e38f77dd486c 2 0.00/1.00 vMB 0
77,459 77,459 00000000002ca4dd8c62b897002030cc7c774053363a003b424bd47f8577616e 2 0.00/1.00 vMB 3,891
77,458 77,458 000000000037f829bbf995d941a79c7fc9b85772505ea5fba1d5556f41fe7b61 1 0.00/1.00 vMB 0
77,457 77,457 000000000062a81e9edb6dd133f52676e3c4a352313ee760e00ca3a5655bbdac 1 0.00/1.00 vMB 0
77,456 77,456 000000000024114c8cd92da0e195b53ed9dee3a4f918d6b30f455a7d6ab0ad8d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.01 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: 799.56 GB
    • Received: 22.73 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.