Loading Tool

Explorer IconExplorer

Memory Pool

48,768 transactions
28.91 vMB
0.10045568 BTC
Random Selection Loading Transactions
Max Size: 153.00/200 MB

Candidate Block

Mining Attempt 3684a43ce91235a968e0586838f99ccd828e621a3806ebad94092ca54b161d80
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 12c3aa7cf8281e149921077075fd4f217fbbda525ddde70192ebf5747ba049fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,907
Size: 1.00 vMB
Total Fees: 0.02489517 BTC
Feerates: 70.48 > 2.49 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (794,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,532 120,532 00000000000042896ff1d0d7242efbc90f4d47b63b5ca7ecd722f0823e45e017 64 0.03/1.00 vMB 0
120,531 120,531 00000000000049e3a5729ad2cb194bff4d160bc60a181047d0b37e559800f5cf 10 0.00/1.00 vMB 287
120,530 120,530 0000000000009933e78d325092a154799088cb30d9c16e124e8c42b2a81da7e5 15 0.01/1.00 vMB 221
120,529 120,529 0000000000006f63cb051de7cbff5b2b3741a3c513a2535c3594d904cf234353 12 0.07/1.00 vMB 997
120,528 120,528 000000000000898dfad207506f471f2bfae61e8c283ed1122be0cf26320ce62d 19 0.21/1.00 vMB 1,006
120,527 120,527 00000000000074ab3630f3f2093945bd7c3bfad66ec375c4eeeed9ed6a37d2d8 22 0.01/1.00 vMB 1,341
120,526 120,526 0000000000009eef33b09c806561c207917a6c7a344a37b2cf6554fd41a0e898 7 0.00/1.00 vMB 518
120,525 120,525 0000000000005f2589bfe355a1cef7c34921d78cb48cd2cc3161eb9f0cf408e4 38 0.01/1.00 vMB 484
120,524 120,524 000000000000448e8cbcff522c4fa50eb0d0732c9e7963555e3db57fe6c72a2a 7 0.00/1.00 vMB 626
120,523 120,523 000000000000099620ea3a4a1aec1b0e344b223e9450ebc79d8f95ddbfffde4d 13 0.01/1.00 vMB 373
120,522 120,522 000000000000135d2510349151db711a31fc7adfae68d370cd774487787094d0 6 0.01/1.00 vMB 317
120,521 120,521 00000000000030d1ec693cec52b354fc0ae9d88933e7c91c51d6502b39ca4a60 20 0.01/1.00 vMB 1,036
120,520 120,520 000000000000613ae79d68846c54ada06b5832700acb9cc78922c0c27137927a 16 0.01/1.00 vMB 741
120,519 120,519 0000000000009b01575b8c22a75cee0ea1b89af637ca66d9a47e7f5e0062a7f6 10 0.00/1.00 vMB 0
120,518 120,518 00000000000005d6f7a1507adea1f915bcf1cb2ccc47b1602602835053fccedf 11 0.00/1.00 vMB 0
120,517 120,517 00000000000068a3c5910f77f2d042e21b0676054bf0a0c7fbbea5bc35f49a3c 10 0.00/1.00 vMB 0
120,516 120,516 00000000000098db67a9c756c4c7e4019ec20ca92e4b07180ac53fa7f97082fd 23 0.01/1.00 vMB 604
120,515 120,515 0000000000004754d47b3c82691efa093a79af0773bded36bb047c9d8d1528f7 10 0.00/1.00 vMB 0
120,514 120,514 000000000000a3e973bd712d46c40dab35629dda7c93a7ba2076b7e444c619aa 9 0.00/1.00 vMB 248
120,513 120,513 00000000000070977f58ea75b51a789e549000b89895619f4aadb3f0c570c476 57 0.02/1.00 vMB 110
120,512 120,512 0000000000005af2c9ee4d433d9c9a740a4e6c401b8867fa7fbe3fdadabfd01e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.