Loading Tool

Explorer IconExplorer

Memory Pool

46,653 transactions
20.47 vMB
0.05423157 BTC
Random Selection Loading Transactions
Max Size: 117.08/200 MB

Candidate Block

Mining Attempt 639eb200e62674b9c4f0dc4445e632ec98de8c02e8b44dd75143d971535dc59b
Version 20000000
Previous Block 00000000000000000000b153e89bf60d39de4bb1a3db4f3ff187db0dc9b98002
Merkle Root c105b858dd023b55a5fc02159d610f7c881e39f08f964c7095182a62bad538b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,433
Size: 1.00 vMB
Total Fees: 0.01371534 BTC
Feerates: 509.18 > 1.37 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,952 (861,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,283 52,283 0000000015b63f62a3554c2f88edb747a992b85425223bd80abac4cad5179b8d 1 0.00/1.00 vMB 0
52,282 52,282 000000001e67465d636f68e014737a70b9a7e378bf1e9739f0e223b9e8acdd94 1 0.00/1.00 vMB 0
52,281 52,281 000000000d82c23d3e5386a2b7469a9414c462c5a300c0ce5a2d50b5642c8d5a 1 0.00/1.00 vMB 0
52,280 52,280 000000001410b79da828680067cd37be2e027d2dcb2dc33f9ece3d9512a35f10 1 0.00/1.00 vMB 0
52,279 52,279 00000000003edc6f0bfd4e8c6e0e92d4e176eba25b3978d8292982fe1157fe59 1 0.00/1.00 vMB 0
52,278 52,278 0000000013ffbee5fa9ca6af39eb3e9c11ef205d87a9aaabed5f9e740eb28374 1 0.00/1.00 vMB 0
52,277 52,277 00000000058c0056f2d850c9dc5eaa313a531305081b2d863c3850056a4a7bf1 1 0.00/1.00 vMB 0
52,276 52,276 000000001880a7bad47092472a203054df25d59c05c4c33868c8a6f43824c93a 1 0.00/1.00 vMB 0
52,275 52,275 000000001a9bfa778e4d0443aadea092911ab0eda8909aa1d9c60d77e9ce1a80 1 0.00/1.00 vMB 0
52,274 52,274 000000001904cb7b68f06a99e8638f7b9e1f2bae69396fd4ba21be6d14db92ee 1 0.00/1.00 vMB 0
52,273 52,273 0000000002f74b1ccb5260e8164fadeb0d5313e7c16e01f62a55e7a6db1dba44 1 0.00/1.00 vMB 0
52,272 52,272 0000000000b33f397077bbc3aa647bf7dc282cd497e884ef44279afe2bed2548 1 0.00/1.00 vMB 0
52,271 52,271 00000000177813878d6d272a02f7952fd4f060560889a4eb12dd9cdeb7511ffa 1 0.00/1.00 vMB 0
52,270 52,270 00000000067f8064e2422758271378c622b3f2927135f56a74e3a940d3f9dfcc 1 0.00/1.00 vMB 0
52,269 52,269 00000000139d1c56ecd23e79a59277053b848ce43e44ba2965c65da91a3029e6 1 0.00/1.00 vMB 0
52,268 52,268 000000000237b76f3b48d6b6698735183025ba78fed6a095a2b47ae78413fab3 1 0.00/1.00 vMB 0
52,267 52,267 000000000eb9c6b27c8fc98b033662a94101ef71dc3192f02cb723a6b107deda 1 0.00/1.00 vMB 0
52,266 52,266 0000000008c1d0da33f202c00b241ebedc2e78856749122b3567167f639d308f 1 0.00/1.00 vMB 0
52,265 52,265 0000000014968be07880af5c0ceae81e4cc06a18a3d62e3f754833ff98254f98 1 0.00/1.00 vMB 0
52,264 52,264 000000000c341725dac8680a83546092b4fdeea6ce3794263678825d11756bd4 1 0.00/1.00 vMB 0
52,263 52,263 000000000e0a7f128d4b4e664ca69a7b5d5dfedf67dffd436b98030a06c2d513 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.52 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: 535.07 GB
    • Received: 5.89 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.