Loading Tool

Explorer IconExplorer

Memory Pool

83,495 transactions
31.03 vMB
0.13876992 BTC
Random Selection Loading Transactions
Max Size: 187.18/200 MB

Candidate Block

Mining Attempt 01b71a043efa506f10bbc55d8a87ccaea0a4173bbd73163cdfa05c5dadcd9714
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root f97a307dd6feee5ccc43ce329cb80ceaa1f9c91506f27d27874ea18bf18558a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,818
Size: 1.00 vMB
Total Fees: 0.07031620 BTC
Feerates: 366.60 > 7.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (290,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,655 624,655 0000000000000000000945098aa332566465199f17e0d0767ea5bafa09186a1b 2,494 1.00/1.00 vMB 9
624,654 624,654 00000000000000000005e523b9adbd255c71796f8e19225c784241dd84c7ad83 2,496 1.00/1.00 vMB 10
624,653 624,653 0000000000000000000f7b90c235dfe2a058ce785437bbf838f4607b2036182a 2,687 1.00/1.00 vMB 20
624,652 624,652 0000000000000000000d8f1a3d224707426dee38ade34137b57d19a388e54993 1 0.00/1.00 vMB 0
624,651 624,651 00000000000000000003b9d86623461efe84e46e787969a32e75a92448a97e98 2,729 1.00/1.00 vMB 22
624,650 624,650 000000000000000000011f594e79f5811879ad7d0b1efd03e0fe6c120fb70999 2,394 1.00/1.00 vMB 33
624,649 624,649 0000000000000000001008afee6bb2d373e1a92c3a6daffeaaae867a5f50d9ef 2,839 1.00/1.00 vMB 35
624,648 624,648 00000000000000000003e1e067b434ae20dd0a81e84c2b431c0672ec30d0a89a 1,033 0.58/1.00 vMB 8
624,647 624,647 0000000000000000000e1bcba76c7fbd38b54dd631b26f1497b0dafebec56ff4 2,739 1.00/1.00 vMB 11
624,646 624,646 000000000000000000068f4f287848f9d46090ef8e65b7bf533c734d6598a61d 2,501 1.00/1.00 vMB 15
624,645 624,645 0000000000000000000f79a5f5fa0262d964a397114ad9f26bfc357ea72bba76 1,161 0.47/1.00 vMB 5
624,644 624,644 00000000000000000012bc88d6d5edd8e6fca40efa965e97795f2dd800665930 2,708 1.00/1.00 vMB 14
624,643 624,643 0000000000000000000aa78018232fe4acad360d59b79b84a42d1e54b621ca16 2,912 1.00/1.00 vMB 18
624,642 624,642 000000000000000000018f28b97b3e5c64cd56b943798ab5ba69494171770c10 2,390 1.00/1.00 vMB 3
624,641 624,641 0000000000000000000e322f4ea27dbba06d025c898bbb22307d34e5d92b7477 2,711 1.00/1.00 vMB 27
624,640 624,640 0000000000000000000a9b9e2e71dd1e9286514e6aa42a3dde5fd6bb0c985d57 2,739 1.00/1.00 vMB 20
624,639 624,639 0000000000000000000214990a79063d8ac5c88f3706ad5d326b49b8010ba22c 63 0.03/1.00 vMB 21
624,638 624,638 00000000000000000004e5c82515ac8c6b782fad98937b1e586ac16f59ef2dc3 749 0.30/1.00 vMB 4
624,637 624,637 0000000000000000000e43638420d5f05d06100d7cbb1149779ede2e9a76f9ae 2,501 1.00/1.00 vMB 17
624,636 624,636 0000000000000000000db9e038806142d2acb923cdf242303feadec6c21059d7 1,540 0.62/1.00 vMB 3
624,635 624,635 0000000000000000000c9cf710e18ccaba28af8fcd540506ad30d70de49d28f3 2,770 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.34 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: 661.58 GB
    • Received: 14.82 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.