Loading Tool

Explorer IconExplorer

Memory Pool

41,934 transactions
26.55 vMB
0.06150634 BTC
Random Selection Loading Transactions
Max Size: 138.70/200 MB

Candidate Block

Mining Attempt d8e164e593bb7b3655585716897edd9067e45c11adbf6b888e80ad67af6a0bda
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root a1fa9a3cd8ca9196f0d505b2411a75a58f128ecd8205581f353beedcb72138b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,878
Size: 1.00 vMB
Total Fees: 0.01179290 BTC
Feerates: 47.58 > 1.18 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (901,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
13,638 13,638 00000000e2f38849f4ff82b1d4804acd4b71021c2607ad9f7d6d555290cfc288 1 0.00/1.00 vMB 0
13,637 13,637 00000000df089edf7b842ee7a8781bd6b9bf6321669c2def522c40955699bc7a 1 0.00/1.00 vMB 0
13,636 13,636 000000006b6810ea2b71871065c31f0939c61bc73ca19e609de24a4df0b2c763 1 0.00/1.00 vMB 0
13,635 13,635 000000009f9639803e3a9424f210004c25c2c2e6a85836c2902e5e9cae80ce66 1 0.00/1.00 vMB 0
13,634 13,634 00000000aa4cfeba870f71824c7e2940e7613aab2be6e002f0720bf0f389ee7f 1 0.00/1.00 vMB 0
13,633 13,633 000000009fd715337fc83f6eec594d33e99e2685a7afcd886d2545b4dd9ab228 1 0.00/1.00 vMB 0
13,632 13,632 000000004a27abad630e162d393e883040514fca586af0e82052768a97659c9b 1 0.00/1.00 vMB 0
13,631 13,631 00000000c4de1ccad0fe2fbc227680c195585ff92968a6bdc9eb965ed6bfbf6e 1 0.00/1.00 vMB 0
13,630 13,630 00000000505478c5ad3530e9a3212ca737cf10bd0d4958514760b9b63bbff126 1 0.00/1.00 vMB 0
13,629 13,629 0000000057b9d164d2eb4294854d8f9b7c3dff261eab51592799ef73995ce6fd 1 0.00/1.00 vMB 0
13,628 13,628 000000007f85b699d212efe587780f292a6ba7e7d1abbc9f39692235a50e8a58 1 0.00/1.00 vMB 0
13,627 13,627 00000000c33a5eecdfef07d5c03c50ccbd9d3d6feecf9cbe895fdf93b5c61726 1 0.00/1.00 vMB 0
13,626 13,626 00000000162cfd3a2c9acef77e7ab894d808f370efc3a872291689cb6d7e43b0 1 0.00/1.00 vMB 0
13,625 13,625 000000007a5a14665e3a6de570b2cc1185fcd97e5a9be2817bcd9657cf4eba3c 1 0.00/1.00 vMB 0
13,624 13,624 0000000043ea8062b9f9d6ed75614659f9646133746ee6d4122a8681fe60f445 1 0.00/1.00 vMB 0
13,623 13,623 00000000643ccf6e09b72c47966164bae09ce321ee96dc059902235a652c3430 1 0.00/1.00 vMB 0
13,622 13,622 000000006a93744a115d23d5c8394f1c4cfba0bef78194d7e828c9b410b57836 1 0.00/1.00 vMB 0
13,621 13,621 00000000304828d56fe84690733901b018e4acbea04224dc5d6c79d57930d970 1 0.00/1.00 vMB 0
13,620 13,620 000000004bf0b8a65ad7a034d99c4999527861754814f2cf51cfac7b0c175551 1 0.00/1.00 vMB 0
13,619 13,619 00000000b485104fd1dd384c1a76c938bbc897a06fbd12b8e6f7be72f897af33 1 0.00/1.00 vMB 0
13,618 13,618 000000003503b5589ea5a422ac4bfdd98d7eef801e658eb2811c8efce928f105 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.