Loading Tool

Explorer IconExplorer

Memory Pool

79,202 transactions
29.32 vMB
0.09772097 BTC
Random Selection Loading Transactions
Max Size: 177.24/200 MB

Candidate Block

Mining Attempt 1a0bbf30c90079e5613bad3ff5f5c8f4c67178b72c370ff39d6443bc23f09163
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root ab1e07e4a00c78dbde56612685d1a29607158bcd34339a7953faf6e55e077b19
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,327
Size: 1.00 vMB
Total Fees: 0.03550510 BTC
Feerates: 150.62 > 3.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (510,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,041 405,041 000000000000000006577209c1f43a2fadb075c56286d169284a54563883b8d0 3,080 1.00/1.00 vMB 67
405,040 405,040 0000000000000000030014f0c61351fe2f9e744d4d1c111cca03c94b7dc831f0 1,686 0.85/1.00 vMB 38
405,039 405,039 000000000000000000092011c1385cdffabf5419171df2f6cc15f23b1403f44f 830 0.40/1.00 vMB 37
405,038 405,038 000000000000000004688ced9a6e7ee77ba3f1ee1f23f5ae1805df3471a5a307 1,577 0.67/1.00 vMB 42
405,037 405,037 000000000000000000b2937e2117fdd46eae9e3a20c1ba8aa64f68092e8f66c6 1,117 0.49/1.00 vMB 47
405,036 405,036 00000000000000000528a826750033f954a8d5efd606285776b037dde364fcbe 198 0.16/1.00 vMB 26
405,035 405,035 000000000000000002254c6f171c2d605c8f8f0c0efdb9a460fd94c286a71c6b 992 0.40/1.00 vMB 42
405,034 405,034 00000000000000000019b2edbfe7960779bcafaa970b5f9ae5aa7c820d9330d5 397 0.36/1.00 vMB 43
405,033 405,033 00000000000000000138384ae378cdea74773e3e61bd28777818e45ec04a9738 795 0.98/1.00 vMB 18
405,032 405,032 000000000000000002f20dec9c3a4597c978ee0ae941fd33ca92b71030a340bb 2,526 1.00/1.00 vMB 49
405,031 405,031 0000000000000000012b23da3f8f2f7f7753ebb618f30474d465d3b8d3b500aa 540 0.30/1.00 vMB 33
405,030 405,030 0000000000000000050e10df8d528a296bb04b1f58bbd84d3134ecda9ef3b376 1,741 1.00/1.00 vMB 30
405,029 405,029 00000000000000000279b8b9628f48e870e1c016873633ab39ae0b87cf6cb0e2 1 0.00/1.00 vMB 0
405,028 405,028 0000000000000000060b4429aaf691a04f8bd327479749785b1f3bb06cf4e574 1,634 1.00/1.00 vMB 29
405,027 405,027 00000000000000000527190ca44b54d25da6ba92e95ba1f1e976e888a058a8a9 1,928 0.99/1.00 vMB 31
405,026 405,026 0000000000000000002e38202ece4a289649319c870f411945dd4678a8a2725d 2,572 1.00/1.00 vMB 43
405,025 405,025 000000000000000004662f5904ca4f23c5db7216bcd1ef347ac09e00b18310db 2,495 0.93/1.00 vMB 49
405,024 405,024 000000000000000003ffc9ff030f945a2956ae292c4a29806dea694fb23114f5 3,019 1.00/1.00 vMB 60
405,023 405,023 00000000000000000359b54fdbf0fd346c73cd5d0d0a75e776df857df3bec398 3,119 1.00/1.00 vMB 77
405,022 405,022 000000000000000001fb057d8b6e80ff39f57d2bd59dc22c54c456baaa7c6c36 1,594 0.71/1.00 vMB 42
405,021 405,021 000000000000000004f8b6ee72758ee7a01f88f548a53b23cc38846b3709dc2d 709 0.30/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.66 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.08 GB
    • Received: 16.38 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.