Loading Tool

Explorer IconExplorer

Memory Pool

72,337 transactions
27.30 vMB
0.06779224 BTC
Random Selection Loading Transactions
Max Size: 165.61/200 MB

Candidate Block

Mining Attempt 7e7314d74f1addc65582a037f87637a191d2b2ec439cdc071a94f432696638af
Version 20000000
Previous Block 00000000000000000000b43694ad7ebf829e668ac21ffafda38b076cd662619a
Merkle Root 822a92167b10825b9466bb40bd95a462a521c75207c51f8a3f597b24eab745ef
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,160
Size: 1.00 vMB
Total Fees: 0.00909589 BTC
Feerates: 150.74 > 0.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,579 (820,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,486 95,486 000000000006e0a3d70c06ecab8b368bdfc6d1d5c0de3925f2018ebda8aa350e 2 0.00/1.00 vMB 0
95,485 95,485 00000000000103315bc0e38defb1aa9e3affd32c8cd12cb3689d93118b6c2876 1 0.00/1.00 vMB 0
95,484 95,484 00000000000172e7f1a21f6e163c573a34544f4b5e2c124bc4827a6a050daa3d 1 0.00/1.00 vMB 0
95,483 95,483 000000000007c4ed1e875bdaa1ff8bac0163c2bbea18c1f742949fb213c831cf 1 0.00/1.00 vMB 0
95,482 95,482 0000000000047dc5a880c46600da2ddb7e6e76d5af729ce63196f078b5310e1a 1 0.00/1.00 vMB 0
95,481 95,481 000000000007b3f6b5f8fb9842e1c5f5b5749e2a4542b43d3f1397645dd88a16 2 0.00/1.00 vMB 0
95,480 95,480 000000000005fde00fdfa9c03c9f77744e6ee22859fb56d410de5fd89076e115 6 0.00/1.00 vMB 0
95,479 95,479 000000000003c5347434f421eb8d9ec446bc5b4c5ac55860cf6130c4d74373d5 1 0.00/1.00 vMB 0
95,478 95,478 000000000002f84f6fcab3c00a842dc6976a76832b543e2366bea3c8ae7f94a4 2 0.00/1.00 vMB 0
95,477 95,477 000000000003a40b571bd79b6567a3fa6ebbddd05d523bf84493571083529ec9 1 0.00/1.00 vMB 0
95,476 95,476 000000000000fc1a7636ffad252f9f2111fd917db9725c57ddb770fe6fe2b772 1 0.00/1.00 vMB 0
95,475 95,475 000000000007b8e49fa142251b1799fbdc3165dec6f15b3d95fa062d51f87187 1 0.00/1.00 vMB 0
95,474 95,474 000000000000e2fb7fa81c12d9b05c6670d16ed450e0351bcd098809f8a1385b 1 0.00/1.00 vMB 0
95,473 95,473 0000000000002bdf37b479382113e99f82d310537fb70a83a587523412372a11 1 0.00/1.00 vMB 0
95,472 95,472 0000000000031bf169f6fca6c9e45f274e5f035ff934c06c606c788d2cceaf8f 1 0.00/1.00 vMB 0
95,471 95,471 000000000003b3fc2a5656258c7bbf5e8d55c61963a6197afe24e27657cfa683 2 0.00/1.00 vMB 0
95,470 95,470 0000000000047cdb795f091f2c3befe95c8810119dfc3374aa5c0dd7431afa2f 2 0.00/1.00 vMB 0
95,469 95,469 0000000000024ba2d89c30d40ea6d24033631bb44375bc56219bcf79f7566491 1 0.00/1.00 vMB 0
95,468 95,468 0000000000000a9b14312df81852b5519a9c6cc49d7c4f37351b414cf254a80e 1 0.00/1.00 vMB 0
95,467 95,467 00000000000589302c3b5e774971092efaef7cce350b69f9cd649fd163e26820 1 0.00/1.00 vMB 0
95,466 95,466 00000000000216fe0949980942d91da55099ad4641c5c9f3b8d3359106f7fcd4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.39 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: 769.67 GB
    • Received: 19.72 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.