Loading Tool

Explorer IconExplorer

Memory Pool

76,068 transactions
28.42 vMB
0.06726423 BTC
Random Selection Loading Transactions
Max Size: 172.12/200 MB

Candidate Block

Mining Attempt 5571d0799e5872aa93431f4ca60fdd18db17044cbb0c42e9493614f6c9927170
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 046f48a8686b9c147d8fa4ee5a7015bb624bd15c992b518ee5694eac15eb1e79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,324
Size: 1.00 vMB
Total Fees: 0.00843405 BTC
Feerates: 101.00 > 0.85 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (502,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,552 412,552 000000000000000001f1e31a291f8c7afffbeb8ba453030189f5c72fa2dc2a82 2,379 1.00/1.00 vMB 58
412,551 412,551 0000000000000000051407c58cdbd81da54132b404238792e78af6c75918cf9a 1,625 0.93/1.00 vMB 42
412,550 412,550 0000000000000000032cfd2af5cdad7f924fe1db8e262d81d8543f58d863a1a8 1,724 0.89/1.00 vMB 45
412,549 412,549 0000000000000000031eec50d50177e212df962f647e5d118ab31f36a7a645ea 817 0.50/1.00 vMB 37
412,548 412,548 0000000000000000037e6a80a65adef7369f67f32de7b834f4a65683ea7f7b1b 1,924 1.00/1.00 vMB 46
412,547 412,547 000000000000000004671cda185a8b8fc4a1a6d79609df73fb1de8f29686e9a6 504 0.99/1.00 vMB 8
412,546 412,546 0000000000000000059870eddd1362b8e25a27359939e4f3a55f09176701cb0c 1,203 0.71/1.00 vMB 41
412,545 412,545 0000000000000000004080e3fb6a03ebf368c4f5e27356a3142b9b867c845704 666 0.35/1.00 vMB 47
412,544 412,544 000000000000000002baa3403d0c87297e737ee1bc86f178013e38ff02f904be 1,666 1.00/1.00 vMB 41
412,543 412,543 000000000000000003714bd11931b934a68c00833db67fc364bc55f8ea20d6a9 1,486 0.77/1.00 vMB 46
412,542 412,542 0000000000000000025ea8d0466a24cc5b8c1ea0f72b69ba600dfd49f6de773f 666 1.00/1.00 vMB 13
412,541 412,541 000000000000000004d2da291c3724ff1b347476381af7c5e020541283011216 1,767 1.00/1.00 vMB 38
412,540 412,540 0000000000000000014e37a59a737150727f4f9b32570ae65c312f3e1f8487f1 1,203 1.00/1.00 vMB 52
412,539 412,539 0000000000000000050146ef83602dc28929aa83b9941cda25e4e994a71e6ad5 2,749 1.00/1.00 vMB 63
412,538 412,538 0000000000000000012ca42124b4d739b4e5c9a4b24c4b2beb6237a9980edf07 424 1.00/1.00 vMB 14
412,537 412,537 000000000000000004e3fb33cab7a1a00b9e832407b5f8ea5672e1d9ed309f54 1,015 0.62/1.00 vMB 33
412,536 412,536 0000000000000000032c60fb7aefdc639f1d45c5e281589fb2e4c350fbf9e4e3 1,870 1.00/1.00 vMB 46
412,535 412,535 0000000000000000033e2d604e529a47bc4549ce9b0bed4503e56755bf0da841 544 0.34/1.00 vMB 47
412,534 412,534 00000000000000000571689aa62eeee89ebdc86893cca5175c63fd919ba8d8b9 19 0.00/1.00 vMB 106
412,533 412,533 00000000000000000066746be71b59f724791c17183bad4a1794acf5fe9dd106 1,485 1.00/1.00 vMB 30
412,532 412,532 000000000000000001370e9f68e6eaff90ce53acc2ab414d36ce2086de5e142c 2,124 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.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.