Loading Tool

Explorer IconExplorer

Memory Pool

39,553 transactions
28.88 vMB
0.06976231 BTC
Random Selection Loading Transactions
Max Size: 146.60/200 MB

Candidate Block

Mining Attempt 7d71ea9718cbd66a749f7ab3845a11b70772ab9ad9b57ff28b42eb9a0c06f3df
Version 20000000
Previous Block 00000000000000000000dcbb4606097e1e6e647621e87ea85d7afc7a11a5f479
Merkle Root 39405b023cd36f8994b281eeb96422a3cc4d569cf88a52b2c30e6f44b0a5361d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,673
Size: 1.00 vMB
Total Fees: 0.01371986 BTC
Feerates: 100.84 > 1.37 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,547 (76,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,372 838,372 0000000000000000000284dd069f0db7ddd75e5e6b9d08255dd610a62762e3ea 2,452 1.00/1.00 vMB 29
838,371 838,371 00000000000000000002f148925f50102c9de1761a59362635ab0d2c1a985616 1,736 1.00/1.00 vMB 28
838,370 838,370 00000000000000000001523b1735d85be0d14cbef88d8372779eccc1108e9165 2,000 1.00/1.00 vMB 29
838,369 838,369 0000000000000000000313a983089e8edf6bf18b3fa7bbeacf3a06b84df04e03 3,116 1.00/1.00 vMB 36
838,368 838,368 000000000000000000012beac9831395344cfd752bc1ba754b6c81761ba1bbd4 2,127 1.00/1.00 vMB 25
838,367 838,367 00000000000000000001289d7562187605d196d9eb5c4f638eb7f33c33130bcb 2,909 1.00/1.00 vMB 30
838,366 838,366 000000000000000000014b618f5cfd51b35f0b03c435e608faca24b6c39f9c48 2,106 1.00/1.00 vMB 31
838,365 838,365 0000000000000000000352d7b6a9d3b12290c81ef26bc4da5388ec2cfd0b38bb 1,956 1.00/1.00 vMB 28
838,364 838,364 000000000000000000033b39dcc195da614d5e364a4a91e3e65868fd3556a32e 1,370 1.00/1.00 vMB 30
838,363 838,363 00000000000000000002aa2ea41aca16cbdaaef66977c8c3b89beeb8ff4a8326 2,612 1.00/1.00 vMB 37
838,362 838,362 00000000000000000002b9bf1d2f9de927f09e24ae4e654f3ad17d1da1bfd379 2,486 1.00/1.00 vMB 39
838,361 838,361 0000000000000000000313baeb617bfb971d6564a3a5aa8dc07be0b5e1c6001f 2,625 1.00/1.00 vMB 29
838,360 838,360 000000000000000000008f6a9c3f7e42ed22c3862a4ce5fd9b4eb9a63ca6d064 3,084 1.00/1.00 vMB 30
838,359 838,359 0000000000000000000004b88b9de697c5b0096d0c873cabe49fa960c73dcbe6 2,295 1.00/1.00 vMB 33
838,358 838,358 0000000000000000000178b7be97e1c34a3b664a103fc44685fc556768269004 2,808 1.00/1.00 vMB 44
838,357 838,357 000000000000000000003e0d0a88b70da5404ba002db8acc85eb3f5c06bc9bb2 2,405 1.00/1.00 vMB 44
838,356 838,356 00000000000000000000ca6ebf696c82a6f6d5c7a22b53f6f2cab96310de3641 1,940 1.00/1.00 vMB 34
838,355 838,355 00000000000000000001f53500f71e6737a6943e970bf64b31a769e611ee65d5 2,693 1.00/1.00 vMB 37
838,354 838,354 00000000000000000002a2132e146962520d201b3c49b14494590cd7b87cd036 2,980 1.00/1.00 vMB 46
838,353 838,353 00000000000000000000a442d8a3fd209405c31f9dcdda65f25d88b69011300d 2,649 1.00/1.00 vMB 34
838,352 838,352 00000000000000000002fa6a37f3138ec7c3a021016dfad5a10560fde7c26467 3,132 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 781.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.00 GB
    • Received: 11.40 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.