Loading Tool

Explorer IconExplorer

Memory Pool

53,707 transactions
29.74 vMB
0.10361340 BTC
Random Selection Loading Transactions
Max Size: 159.72/200 MB

Candidate Block

Mining Attempt 6d75d1fe94da0b9d22e7a5063a77c2d264a892e8f2057ce78503a1c20bd8550b
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root d6427899a262554a46233456c983fd95789c0c0783e5466e6adf2e2caf687abd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,799
Size: 1.00 vMB
Total Fees: 0.03141050 BTC
Feerates: 150.77 > 3.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (200,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
714,559 714,559 00000000000000000006c8f94a55dcf8427a9d1529a03b201856ceba7ed95d42 1,793 1.00/1.00 vMB 9
714,558 714,558 0000000000000000000b1aa88bcf2a4c80107660bc2327563097572fb2c5b8f7 1,850 1.00/1.00 vMB 14
714,557 714,557 0000000000000000000638a5afde8a503124673e8d29beaf3a1e5a5905b5721d 1,660 1.00/1.00 vMB 8
714,556 714,556 0000000000000000000a0847df463b49802bc5c424a948c8d462330d8bb44296 1,206 1.00/1.00 vMB 6
714,555 714,555 000000000000000000035fba7bdfed50a131d12685d9edb0ba0ae2f95993a0cd 2,722 1.00/1.00 vMB 6
714,554 714,554 00000000000000000005ea4da9e4bbf51a2ea61084d08c0251365b4692f0772a 2,398 1.00/1.00 vMB 15
714,553 714,553 0000000000000000000a2daeed9f01f2ca39cd2839026c3f12ceb0f388f815ce 2,800 1.00/1.00 vMB 21
714,552 714,552 00000000000000000000057c070cdc0ff793aa4e23935e733463ad2015895b7e 2,329 1.00/1.00 vMB 10
714,551 714,551 00000000000000000004b21fb01e4c627756355dc69f35bfe56be0458c519b98 2,203 1.00/1.00 vMB 6
714,550 714,550 000000000000000000026c39fbd72c2f811547728a331897854e09668cdae2c4 2,740 1.00/1.00 vMB 12
714,549 714,549 0000000000000000000b88b24862f5df678ea14a7e9a395a33d0f1175c5003cf 3,571 1.00/1.00 vMB 20
714,548 714,548 000000000000000000030f6d90f0ccaf30f5cc821022f6ec346da7f81afc76f3 2,057 1.00/1.00 vMB 15
714,547 714,547 00000000000000000004c58a6aec32ac848a73cac0a1dd4cb56bed7242c6f20a 657 1.00/1.00 vMB 6
714,546 714,546 00000000000000000009d964cc2beba0a60b2d070b9acbecd1635a09603f2d64 806 1.00/1.00 vMB 7
714,545 714,545 00000000000000000001eb2f76cadbfddc24efc6413bbdfe631b4b69152e3e21 488 1.00/1.00 vMB 5
714,544 714,544 000000000000000000011280ba082ab389baa5b3d6deef93c4f8df45142e3d39 3,449 1.00/1.00 vMB 16
714,543 714,543 00000000000000000003d699b60718c8b95b6d75e666ee21b299d7cbe577ba3d 1,241 1.00/1.00 vMB 8
714,542 714,542 00000000000000000003bb1edc62d1d4930dfed04da60a305d70298051f9cf1c 281 1.00/1.00 vMB 5
714,541 714,541 00000000000000000003e8f1e121217b030bd878314c5e799aff4eca84238576 1,265 1.00/1.00 vMB 5
714,540 714,540 0000000000000000000a86413c974d963596f4a2826866b1975549c83b2082d2 1,865 1.00/1.00 vMB 12
714,539 714,539 00000000000000000006b7d1df7726acca4a3ba1a4dd62a12cf19b8d125fbb77 2,509 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.