Loading Tool

Explorer IconExplorer

Memory Pool

47,311 transactions
29.28 vMB
0.15952962 BTC
Random Selection Loading Transactions
Max Size: 153.16/200 MB

Candidate Block

Mining Attempt c4fa4f5f12b4d0041f2349189f145d145a005e20f67d60f525628bbe9a87151c
Version 20000000
Previous Block 00000000000000000001df143f900493685d6623e4901f699b33fb4601190dde
Merkle Root f3aedbcf84797e220d6974979c6cdb71f30a1083bf7b14d2de1351dc7a182de6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,683
Size: 1.00 vMB
Total Fees: 0.04689921 BTC
Feerates: 200.91 > 4.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,708 (794,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,534 120,534 000000000000a6008a7613ca2f3121649c87225fb492e877e1d15a9226ad673e 9 0.00/1.00 vMB 998
120,533 120,533 00000000000006669db90d22f0a13eca27868214feca225daa263f1784153373 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 781.87 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: 644.99 GB
    • Received: 12.63 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.