Loading Tool

Explorer IconExplorer

Memory Pool

18,722 transactions
8.29 vMB
0.03053137 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.02/200 MB

Candidate Block

Mining Attempt 40adfe4e4cc85b2b82156878830fe1f662fa418a60277403d61733053a83efba
Version 20000000
Previous Block 00000000000000000000a3bbaab364c8a67678d454613e29c10bae8cf58f784a
Merkle Root 828394bbd6d36ad0d6d62d09ffa737e770531486c98132dbea4980c5b47dca58
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,770
Size: 1.00 vMB
Total Fees: 0.01291476 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,410 (712,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,730 200,730 00000000000001e8df25166fa7ae61dd8d5c62111c2789f1502ef0a13a405053 176 0.08 vMB 125
200,729 200,729 00000000000002a2805679bc6daa590882733495b74ff05973462ff6b44ad2d2 11 0.00 vMB 110
200,728 200,728 00000000000002e9babf8803d8a519cb6d6a625d0aaa0cdb16d9c523214f7862 85 0.03 vMB 24
200,727 200,727 000000000000003fa5552f293f363ca5b4adb5e7e15f5ba039f6e12ad3c8406c 461 0.23 vMB 122
200,726 200,726 00000000000005c768b5824b6605ab6a8abd35ede6332ca72c4e72edcb7def60 166 0.08 vMB 87
200,725 200,725 00000000000004a5e5a3200616bc975818566019f91a91089c30a90fc6f4f090 232 0.18 vMB 77
200,724 200,724 00000000000002f24642d7bbce8e38c3bafd29c9fb234a75b12e4e25cf488702 787 0.25 vMB 186
200,723 200,723 0000000000000453c365e27f8d7781f57a84b73ef8e332738ee593d2454c870e 207 0.06 vMB 81
200,722 200,722 0000000000000308527ff606c7142e90d132d673ab9accd621be650ba1010077 239 0.14 vMB 99
200,721 200,721 000000000000000e6d84f44ae4134b2a9b5d25cda663a90e6114323d87237255 201 0.08 vMB 207
200,720 200,720 00000000000001431ba0061c953f78d604fdfcdcdc386da609f9ffb21a627385 117 0.05 vMB 114
200,719 200,719 000000000000058610806eee452082d5ebb22a8b290b650cc085e88fbf43b6d6 208 0.08 vMB 110
200,718 200,718 000000000000058d6e5a1e5d14e260f412ccc5e9f7e6bb7244a244bf83d99446 565 0.25 vMB 134
200,717 200,717 0000000000000403c36349b58bce838981b59409c52a7197d2307be3c52b7cc3 134 0.05 vMB 232
200,716 200,716 00000000000000de0874fe37ce8697217affdaf3d44b6411f2cb886ecc700923 100 0.06 vMB 140
200,715 200,715 00000000000000551e44f0bfb710f94446918f3c933866c27cfa906866c1f745 435 0.23 vMB 76
200,714 200,714 00000000000005ba6ffc8b1836dc609fc125f627b0a80b1634aa35fcf9c8b9a3 167 0.07 vMB 105
200,713 200,713 0000000000000064fb796e3c718caf6d84fb8d8a317621fd313d2ab9af667c7d 754 0.24 vMB 171
200,712 200,712 000000000000006f2cf4c91a0cfddac1a3806aa3c4ec3fa3ca20dc8d9c73f329 321 0.25 vMB 98
200,711 200,711 00000000000000a4d73468e752d7eb54ac8de5c131188361a811676ecbd67228 267 0.11 vMB 94
200,710 200,710 00000000000001052624f86e38bb0907bcc41e2f0adc91630d074220937a17aa 699 0.24 vMB 162
Previous 10 blocks ↓
Total Size: 779.58 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: 283.69 GB
    • Received: 1.13 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.