Loading Tool

Explorer IconExplorer

Memory Pool

84,969 transactions
31.84 vMB
0.18999312 BTC
Random Selection Loading Transactions
Max Size: 189.18/200 MB

Candidate Block

Mining Attempt 22ae7185a6b9a3868dc11a08b545ee08b48c6d51fa15c9c624a0626eac1e85ae
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 0e4c60c9a9c85ce5ac2df43e8de8313d6c8523b805dfe8d450e8bd2e42675625
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,860
Size: 1.00 vMB
Total Fees: 0.07240901 BTC
Feerates: 301.64 > 7.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (542,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
372,761 372,761 000000000000000004b9c93714572bfcea298934cf3c0e9c73c0c60d4e113a27 873 0.92/1.00 vMB 52
372,760 372,760 000000000000000000a671481a17a2f383fee4ba7903a8b4eff73238a098d15b 475 0.78/1.00 vMB 43
372,759 372,759 0000000000000000003a4a53742fbaee476b40f221495713c5b735e3710e4789 1,347 0.93/1.00 vMB 38
372,758 372,758 000000000000000008796c7319443436e5ca56e3b2d9f1410460bbf6ca9c46ee 1,252 0.55/1.00 vMB 42
372,757 372,757 00000000000000000c189c0b15bc7c1cb6881b6c1472cda53ff42c1efe4b51b5 818 0.88/1.00 vMB 56
372,756 372,756 00000000000000000ed6d8bd296b58f32e8a920a5f6ea7e4a7b2dfeda318d200 2,069 1.00/1.00 vMB 31
372,755 372,755 00000000000000000b978c137a1fbda2028fc8a8ef06065335492e9060840929 1,122 0.99/1.00 vMB 55
372,754 372,754 00000000000000000abaed3482df55e3b1cd8f21451cd822adf7649aaa571514 562 0.75/1.00 vMB 45
372,753 372,753 000000000000000013f7c2b2093ca11a3dd27e76dd0176c8865ef7e20010f0ca 2,521 1.00/1.00 vMB 34
372,752 372,752 00000000000000000bda01c8a29ad1a812dea2c15e30a2fc646a4a077afda47d 619 0.75/1.00 vMB 46
372,751 372,751 0000000000000000073ee25f53424399da1e58eb268c45d6f64c9518f1ff6f22 913 0.93/1.00 vMB 53
372,750 372,750 00000000000000000140c38330b53c5f82b209801463e6e506332f354b2ac456 2 0.00/1.00 vMB 0
372,749 372,749 00000000000000000e878ab9605b4d745ec681d72d8ae68bbf507b601689c7f8 1 0.00/1.00 vMB 0
372,748 372,748 0000000000000000087a906ef22ae3e3914af17d72a9bbc2805c57577ec86f21 513 0.81/1.00 vMB 43
372,747 372,747 00000000000000000bd1b42ad8c9c6a219d945479ac1b9d38d9fd93a11f42ae2 1,023 0.89/1.00 vMB 47
372,746 372,746 00000000000000000e7b74abc7b095b5cdb6c89d875b5cd578177ea65d01d0ac 562 0.81/1.00 vMB 47
372,745 372,745 00000000000000000ffb7b4903f9971b0fe17855e564e6a53fec5edea3dd7459 476 0.79/1.00 vMB 43
372,744 372,744 00000000000000000f526048dd3a541aa61b2dda58472fe860f336d2ed4385e3 512 0.81/1.00 vMB 43
372,743 372,743 000000000000000004db0c455e05e581a25d0909f8360c1bfce6a76c15e25035 735 0.85/1.00 vMB 49
372,742 372,742 000000000000000004f48b5476ae5cfa7f3fd714a66c7324ff107cc01cf29ea5 604 0.84/1.00 vMB 45
372,741 372,741 000000000000000001181f63416713f0e57aa39dfc51e87eed566ff081653a8d 685 0.85/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.