Loading Tool

Explorer IconExplorer

Memory Pool

28,493 transactions
9.47 vMB
0.09845379 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.91/200 MB

Candidate Block

Mining Attempt f7d5284867679f65a1d6d5042d43d064b548c4aeed5f1d65316c48f2ff4cf320
Version 20000000
Previous Block 00000000000000000000ff025119fc1a893834cb4569c99c938adb36d4c496b0
Merkle Root bd0cc2b98d9f5b0753ad491b01abaf66904b83808ee0712da86a94dac57741ba
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,482
Size: 1.00 vMB
Total Fees: 0.02772959 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,221 (765,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
147,971 147,971 0000000000000973307a0fd0229b96e327d912a1fea5afba5a19b2b732243aa0 54 0.02 vMB 37
147,970 147,970 000000000000060a8a0aa0604d16f6c49616e6aba3ce85518bcd9784dd46d78c 8 0.00 vMB 314
147,969 147,969 00000000000001a98af41ea6edd7e7058a2218e23e833f03cd8f19b00686ac25 48 0.01 vMB 0
147,968 147,968 000000000000003d93644e2ecf4adc5161c46947c231decf536c9b2b06df3334 74 0.02 vMB 139
147,967 147,967 000000000000085f8485745b0cfbdbd9d3f92a7b3860d5c8f4927faac5959c7e 43 0.02 vMB 318
147,966 147,966 000000000000023f6d50c85088ed003ca49840014cff7832e3c1a83d762e9afb 13 0.01 vMB 94
147,965 147,965 00000000000002427bf3fe4b29cb2da4003abc402819f9f726a650514ccd339d 1 0.00 vMB 0
147,964 147,964 00000000000005586e3fbbdf269ed2c6189f0b5305ff6d9ebffee5bb3b0a4fde 13 0.01 vMB 591
147,963 147,963 000000000000038d5ef9342fa16e3a14348b5be949ad10daef267b47515ccf76 26 0.01 vMB 99
147,962 147,962 00000000000003e674948a6496b361342d9b208d2d67f31fe83a01615ea2dfba 13 0.00 vMB 61
147,961 147,961 000000000000041962bcfcdd848cfc4395480dcf55f41922143d78dac34080b8 92 0.03 vMB 51
147,960 147,960 000000000000003acd65675fa79b72a2776e47b5b0756db16594cab62504a664 1 0.00 vMB 0
147,959 147,959 00000000000006e5a258e816c78ca901676b5050a06e5de56aee57957c7bb166 95 0.05 vMB 142
147,958 147,958 000000000000031e5a26adc6b277b528d9cb869100bf8650e6947f2b52d7b081 7 0.00 vMB 52
147,957 147,957 00000000000001f4ea369764fcd4baae413fa4a8a1f0779e5e28ebed851fca4c 34 0.01 vMB 20
147,956 147,956 0000000000000438156b2cafad70c2e3594a928c86efaf2cad421ecda8d4d0a3 25 0.01 vMB 292
147,955 147,955 00000000000004f3e8f5630d20cb824a6d033f628dce04eae6f09b4ff81a660d 4 0.00 vMB 112
147,954 147,954 00000000000007cd85a46151915997e1a2b462034857a64a855fd71762500db7 13 0.00 vMB 43
147,953 147,953 000000000000017ec12a357b7f8fdaaef966a01441fb7e9ac1805fb470d6c7c7 28 0.02 vMB 268
147,952 147,952 000000000000027ce5f4c5adbf3f0cb8e627528e866eff0c08b7baeb923ad113 29 0.02 vMB 169
147,951 147,951 00000000000009ee371772fc1ba135078166579bcf7d51ce839f308f06895afa 107 0.04 vMB 67
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

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