Loading Tool

Explorer IconExplorer

Memory Pool

16,965 transactions
7.51 vMB
0.03473430 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.31/200 MB

Candidate Block

Mining Attempt 2d0fa45f541da8ac6204ed6d32a4004fc6dcd4591e6b2aca4ec2714e6df5460e
Version 20000000
Previous Block 0000000000000000000141b3daaf035091f434ab9606d0c7a53ce323aed9737a
Merkle Root 15963394e944ff5322bd0031b0ed9724733f0d0fef3e464c1a4c1b8cecc0567f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,612
Size: 1.00 vMB
Total Fees: 0.01987803 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,440 (656,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
256,512 256,512 000000000000001a5dba5020ac4582d599939d7cc86d908c97d1d48e4e54f7ae 223 0.10 vMB 83
256,511 256,511 00000000000000166198dcbbef98bcabcbdfcb92cbd1652069a4671e5a00b4d4 26 0.01 vMB 86
256,510 256,510 000000000000002923cf60bb2f20df18cb116d093d5f40753a096a4f35507ff2 265 0.11 vMB 99
256,509 256,509 00000000000000201eb5050c201aa6e52a91376c1d100a043b7bb5e32d0b963a 138 0.16 vMB 50
256,508 256,508 000000000000002da46a646166b110e24fb5c1beadfb7173d120841670444008 147 0.17 vMB 43
256,507 256,507 000000000000001f1f255a2fb1180d2b7679fd95ce79735c98f74dda8435ec79 98 0.04 vMB 28
256,506 256,506 000000000000000693067c66d4749984e3a513c9122d679b61bc6b917e1d02ab 1,015 0.42 vMB 544
256,505 256,505 000000000000002446eb7e7ce56cc82d61efa55813c15a275d094cb6663250b2 344 0.21 vMB 116
256,504 256,504 0000000000000019973d07c5bd691ee9ce2c4cc5c2657af08ccec5452b701fb9 210 0.17 vMB 46
256,503 256,503 0000000000000024427fdb7843496a266c995f0cd141057bab655e9178278a20 118 0.08 vMB 66
256,502 256,502 0000000000000022d607e2a2559c82c2f5a41eb69bf4a0c272f86f745effdeb5 765 0.25 vMB 100
256,501 256,501 0000000000000005a90dd534b15a0a175d151bc388d0f1f3f530c1842a6b6021 725 0.25 vMB 102
256,500 256,500 00000000000000079629c8da630eb5c5c7cdf243f4ae1296f4b67ac952d4b9d8 590 0.25 vMB 142
256,499 256,499 000000000000002ebd053c05c68a991780137b2b1e4d3b232b6795bf5381e935 634 0.25 vMB 145
256,498 256,498 000000000000002a748b76d469300f91aa344e2a36557f9adf74f36c65abb09b 142 0.07 vMB 91
256,497 256,497 000000000000001395487f3ad184e681c045f692e5fc562f3d6e3b6b7cd54ca0 433 0.17 vMB 110
256,496 256,496 00000000000000111f9591a156b54ba3614965b748cefa5df13498441ef041a9 276 0.12 vMB 87
256,495 256,495 00000000000000039e9e7801094a23cb47d6b4e4eb552ae36e173dc9ed443985 66 0.03 vMB 101
256,494 256,494 0000000000000023e833ffbfb40d318109f2742e4ed49f79aa72e872e1289f36 117 0.07 vMB 44
256,493 256,493 0000000000000012df7b30803c256519303f4ba5f96a50dc8b97e478ebeac6d5 606 0.22 vMB 150
256,492 256,492 0000000000000025dcc0497a56bf3bfadf95ce7322f91dd2686346509c9de100 23 0.01 vMB 75
Previous 10 blocks ↓
Total Size: 779.63 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: 304.02 GB
    • Received: 1.39 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.