Loading Tool

Explorer IconExplorer

Memory Pool

37,852 transactions
27.02 vMB
0.06404472 BTC
Random Selection Loading Transactions
Max Size: 137.47/200 MB

Candidate Block

Mining Attempt 9977b6208f83fc335da0666cbcd549e12109c019b6896ee050bd96030d3cd3b3
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 5a7efffe4d7c761d1ebeef2b048e624a84d6ea94058d9cb53b30f4b9f8624c06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,787
Size: 1.00 vMB
Total Fees: 0.01323955 BTC
Feerates: 100.28 > 1.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,450 914,450 00000000000000000001d93cf1bcae837bf2932c315bf65c016a2fbe3f29f4b4 2,528 1.00/1.00 vMB 12
914,449 914,449 000000000000000000017f71e357423531f4f75ab60c6fddf1c0a596b5e1cade 5,261 1.00/1.00 vMB 0
914,448 914,448 00000000000000000000c87d7d528fb35ab1a94df1bf3eea69283a4d0096800c 2,927 1.00/1.00 vMB 3
914,447 914,447 000000000000000000014580847fb227a665ecc652dad70d8c2ba38d4b50bb29 2,468 0.98/1.00 vMB 3
914,446 914,446 0000000000000000000039578e0758b011a8202b2680b2e212cb5f8d99ffa68c 5,094 1.00/1.00 vMB 3
914,445 914,445 000000000000000000004c69749ef03c69351fa50c92974a703cd7bcb800c524 4,565 1.00/1.00 vMB 4
914,444 914,444 00000000000000000000ff70d2eab8ba39c62939af77ca332015a8c22a4f40a3 4,383 1.00/1.00 vMB 3
914,443 914,443 000000000000000000019b2b5f9668b8468ee0c8388fe380d47ffed82a29105d 3,817 1.00/1.00 vMB 3
914,442 914,442 000000000000000000006b01ff0f8c8980e4005bdebf7640591cda9fd2e81467 4,695 1.00/1.00 vMB 2
914,441 914,441 0000000000000000000060a5f19e96e1086109517e26bda15a4890c02b4389cb 1,717 0.73/1.00 vMB 5
914,440 914,440 000000000000000000016301e5e9eaf578839532b6e08b0c285d72e84fc892d2 2,911 1.00/1.00 vMB 6
914,439 914,439 00000000000000000001d8824fc2228886b4d750e4106482a72673a47b8732ec 5,456 1.00/1.00 vMB 3
914,438 914,438 0000000000000000000042e3a8fe719886cf780b9d29b63361b85b7db1c82377 4,417 1.00/1.00 vMB 2
914,437 914,437 000000000000000000004753753cfecb22d51a1e7b39d72cecda7954e6f8b67e 5,596 1.00/1.00 vMB 2
914,436 914,436 00000000000000000000f2d08abecc2f203d07a6b78eb5d546bf2d17ff2e4eb8 3,261 1.00/1.00 vMB 2
914,435 914,435 00000000000000000001ee79e83b6cd0944cd484dc4e8507543f0916fdae86d2 3,411 1.00/1.00 vMB 5
914,434 914,434 00000000000000000000c2c3593e09fd7cdbeb5924eb063e31c5035843cd86b4 5,670 1.00/1.00 vMB 1
914,433 914,433 000000000000000000009fb693111a9b4ea5f32d36fc7a139fa8c21d9758b324 27 0.00/1.00 vMB 4
914,432 914,432 0000000000000000000106390b6471bb812bda62f94401c318da5545afd3c004 3,854 1.00/1.00 vMB 3
914,431 914,431 00000000000000000000910392cfcea7e812a76101394eafa924787f4db905f4 2,730 1.00/1.00 vMB 3
914,430 914,430 00000000000000000000991d740e75f1083b32c2882366feee6c2e2762793780 2,021 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.