Loading Tool

Explorer IconExplorer

Memory Pool

87,907 transactions
32.53 vMB
0.15281885 BTC
Random Selection Loading Transactions
Max Size: 199.55/200 MB

Candidate Block

Mining Attempt 3afea72be47f6c110018ee38f74a074f3019611dc0c0ddeb3644e62a4f82722b
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root a83b0ad980d9ef2a5fcfcab36c109ce4c05c4514660761550b1666cf3a04a9ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,455
Size: 1.00 vMB
Total Fees: 0.06834750 BTC
Feerates: 502.65 > 6.85 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (821,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,449 93,449 000000000006057b997e63f74783331e0bdc4662c9b6f4c15d4da89b48803226 4 0.00/1.00 vMB 0
93,448 93,448 000000000005e8c4639618c61ee1c38586af23578b96d0dfdeccd4fc93ea641b 2 0.00/1.00 vMB 3,891
93,447 93,447 000000000000d6d3efde4e14a5c126d73e30fd07dc75e5d7386b8106eac2fd99 4 0.00/1.00 vMB 2,710
93,446 93,446 0000000000003552ac47f44b63308b1d454a283aaad2384577b51f8b0bda15eb 3 0.00/1.00 vMB 0
93,445 93,445 000000000005480974cba080c59de27f21f44a83e97dc7627b0f5a2b14e7c912 1 0.00/1.00 vMB 0
93,444 93,444 00000000000669fa57adceebbb66d400319ea9240a26d59a17fbbd1edd245e59 3 0.00/1.00 vMB 1,937
93,443 93,443 00000000000222c5d3042f5548c91c517dfd369a6ec1366b68c94f149d389627 4 0.00/1.00 vMB 0
93,442 93,442 000000000006ed76229d3650e8e1462236d807ffdbc6e97b8cf31d7affe35964 4 0.00/1.00 vMB 0
93,441 93,441 0000000000029cb121a8e4df901a91bac80afb72f575c09c7e2f9f65a9b4522e 1 0.00/1.00 vMB 0
93,440 93,440 0000000000040a02b22fc75a766f50bd157ba0da91fb5418288890eadc033ca8 1 0.00/1.00 vMB 0
93,439 93,439 000000000004bfbbd6fa77e9a01ef4f7e6e1ffbf60dd9d68319f818fea304196 1 0.00/1.00 vMB 0
93,438 93,438 00000000000911ad3673855cff28c2f367fe4e6bd543cfd016db48fcfb3abad3 3 0.00/1.00 vMB 1,945
93,437 93,437 000000000002fd93252d2c2364a67d049d845d87bc5b445d2ccca6df906c2a2a 2 0.00/1.00 vMB 0
93,436 93,436 00000000000025e5dd3e16d83af66b9468275bda3ae5d5a4e23758401d9da83a 1 0.00/1.00 vMB 0
93,435 93,435 0000000000060d857da5ddc237d749af134668df9ecf71e63d961c0bd0384265 1 0.00/1.00 vMB 0
93,434 93,434 0000000000015bd838a90b05cb3090ba64ad2229c3addcead97b5af24ead349b 1 0.00/1.00 vMB 0
93,433 93,433 000000000001d93a598823128f8324a003709479273b48b65f4ff1b1ff43b75f 3 0.00/1.00 vMB 0
93,432 93,432 000000000000297b00ae6f65a03099dfa5b116d909638209cde7c13d9cfefe27 1 0.00/1.00 vMB 0
93,431 93,431 000000000007320f63d585b366b012de824111444e7360d91f0fe7b8a9a515c4 1 0.00/1.00 vMB 0
93,430 93,430 00000000000164f06110b9b2e28d9a864186050e8d182d7e81b026d137289822 3 0.00/1.00 vMB 0
93,429 93,429 0000000000026f38925bc882124a32ca704e4a6b18504b2d37bdf1eb8f4ab10c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.76 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: 709.16 GB
    • Received: 16.85 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.