Loading Tool

Explorer IconExplorer

Memory Pool

82,660 transactions
32.28 vMB
0.09076260 BTC
Random Selection Loading Transactions
Max Size: 194.32/200 MB

Candidate Block

Mining Attempt 96b37aeb65cc198c67fcc24d83d16becd641d3c8bc48a22f4bb41135d456fca4
Version 20000000
Previous Block 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107
Merkle Root e6a1b6c37c6a3c258340b10181b4760cfc6e63e18bccd60a3a1ec907f9ebae15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,746
Size: 1.00 vMB
Total Fees: 0.01848785 BTC
Feerates: 142.62 > 1.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,174 (274,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
640,368 640,368 0000000000000000000af58ecc2945af3b7c027c55d7447986fc4470b903e8a5 2,300 1.00/1.00 vMB 30
640,367 640,367 00000000000000000003fc0c2aee010966491e486c3e22dc9395cdee262a94a3 2,965 1.00/1.00 vMB 38
640,366 640,366 0000000000000000000e0a53f758f9beff4718b8b7de57c6de6034c6b96dd0ef 2,452 1.00/1.00 vMB 70
640,365 640,365 0000000000000000000693f574c05d5f48dff7b56e11287c56bb459c78f80ee6 2,316 1.00/1.00 vMB 55
640,364 640,364 000000000000000000032a570888124614c3655e1fe250a4776a6644f8dfc210 2,596 1.00/1.00 vMB 89
640,363 640,363 0000000000000000000834f017539a9f8f3a14b83d84a0d4cf3fdf106832e96d 2,339 1.00/1.00 vMB 104
640,362 640,362 00000000000000000009b892be21642ef1d487346bdcdfaf894c90d3c9b912e4 2,173 1.00/1.00 vMB 119
640,361 640,361 00000000000000000009ee44a092a6d8d476ad700d7eaa8503d8c30de6df5dbc 2,698 1.00/1.00 vMB 90
640,360 640,360 00000000000000000001c33c292397d6a5dff1fe067daef6fdd3b6bc6eb7ed1e 2,353 1.00/1.00 vMB 73
640,359 640,359 000000000000000000030aab2e7d28784ca73a7b929475fc4f01a273d2a629ab 2,345 1.00/1.00 vMB 102
640,358 640,358 00000000000000000004e46af488436eaf42832f8a701cf9965a926bb265d422 2,365 1.00/1.00 vMB 50
640,357 640,357 00000000000000000001241072a5d30d06b9f60e880bca6dd6fad6744972061c 2,617 1.00/1.00 vMB 85
640,356 640,356 00000000000000000009e134937da655bc43fcbc08eb6ad34cad22f5f8771e5e 2,963 1.00/1.00 vMB 127
640,355 640,355 0000000000000000000a4e9680a0c5ec21fe815c35f3688b9df99e64153c7f38 2,294 1.00/1.00 vMB 101
640,354 640,354 0000000000000000000be44a4bc4fab95e5bdb22e2cbbb55fa1c937560c864a1 2,177 1.00/1.00 vMB 74
640,353 640,353 0000000000000000000ee28713c906665cbfb814b9cb7153257ce308b587a1bf 2,047 1.00/1.00 vMB 67
640,352 640,352 0000000000000000000653d7db4718bfc692f8c4af49c164bbf4fac4face614e 2,842 1.00/1.00 vMB 102
640,351 640,351 0000000000000000000c38072ed54769bb8afe6b6641a3ba4dcd256e7114cc70 2,941 1.00/1.00 vMB 71
640,350 640,350 0000000000000000000ace4b8c6b574bf1a1180ace5b39672819f5802936284f 2,576 1.00/1.00 vMB 69
640,349 640,349 00000000000000000006a7760e0a3f1c8e3195061ee3823769c73f12c145cd9d 2,901 1.00/1.00 vMB 102
640,348 640,348 00000000000000000006bb6c2230466a0257112b501901c40b3b67a1a1a52f14 2,505 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.70 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: 697.33 GB
    • Received: 16.56 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.