Loading Tool

Explorer IconExplorer

Memory Pool

75,171 transactions
27.72 vMB
0.07769219 BTC
Random Selection Loading Transactions
Max Size: 169.07/200 MB

Candidate Block

Mining Attempt 345d983fc4b0eac5232989a108ca293e3b601418c5f7dfac76345b145ca819aa
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root c9303d601ff735c07a671b174dcec5e79138f45fc29a3f3b31158a383b83f726
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,404
Size: 1.00 vMB
Total Fees: 0.01838273 BTC
Feerates: 301.57 > 1.84 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (379,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
535,710 535,710 0000000000000000002f42071be6051ef88a149d8c1bea98e66e20dfbc7f67fe 1,316 0.74/1.00 vMB 20
535,709 535,709 000000000000000000198759867e5b923945c6ec2645f9c9737074b289b63bfd 127 0.19/1.00 vMB 4
535,708 535,708 0000000000000000000179496ae2e69e0215ed23359234a8bc2cb62b522581f3 905 0.47/1.00 vMB 10
535,707 535,707 00000000000000000025495cb81b9e4fd54ae03498b9100992a3c439416a2a8d 2,493 0.99/1.00 vMB 21
535,706 535,706 000000000000000000215a70f80b9c9f5ac551054fd63213ddca402e9b47b111 817 0.47/1.00 vMB 10
535,705 535,705 00000000000000000017c1b37c7c1a14aedf1e5d9ace6f56825d25d1ce5a0754 589 0.24/1.00 vMB 30
535,704 535,704 000000000000000000031c4ff80ac7a95a5488a655673c9a1ee8aaa0e9bbbaf4 1,300 0.62/1.00 vMB 13
535,703 535,703 000000000000000000163f271bceea5867c60fc4af72e970258c61432dc8dbb5 2,919 1.00/1.00 vMB 24
535,702 535,702 00000000000000000005e9ad3ad1813710a3a71e8728585e112b7d4b8fc28a6d 1,928 0.84/1.00 vMB 10
535,701 535,701 00000000000000000008e545f8639b8f461284eb6cb41c41b4ca96ecdddbd01d 1,657 0.57/1.00 vMB 19
535,700 535,700 00000000000000000006a5c887ef705069a818d7680dbd3e978f3164f2826b5b 1,993 1.00/1.00 vMB 28
535,699 535,699 000000000000000000225143e3fa999c88debdc06a0da60e5a6253f309e345c0 67 0.02/1.00 vMB 7
535,698 535,698 0000000000000000002953f7929be77f4fd2996b31756c5640c3db788f8fcb70 1,536 0.49/1.00 vMB 18
535,697 535,697 0000000000000000001cda58c3a388482e0c81dbacbedf4c6a7811c5916ef12f 1,151 0.42/1.00 vMB 21
535,696 535,696 0000000000000000001db95565ac922d7eaf729f4f74eb4011f6b819f48c1e39 209 0.06/1.00 vMB 22
535,695 535,695 0000000000000000002093fb05604f0752262d9215632f38ce27f4e019109b44 106 0.03/1.00 vMB 19
535,694 535,694 000000000000000000196474345980eaaa8dc675492be0f602b9ae2061fe137d 1,942 0.70/1.00 vMB 11
535,693 535,693 0000000000000000002e96f45c3e48b0c43a2ecf9d47265748b6e088eea956e6 944 0.31/1.00 vMB 17
535,692 535,692 000000000000000000266e4ef72fdb2e19bf07d030477fb2187c9772c5139ad7 1,366 0.49/1.00 vMB 22
535,691 535,691 00000000000000000015c5cf71872442fd0b2e0601b2a8444ea03aac47620c1f 1,021 0.35/1.00 vMB 16
535,690 535,690 0000000000000000000a6000e399e2a7f537377e010e37bc9b37b9e0c4b261b6 1,685 0.65/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.84 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: 711.86 GB
    • Received: 17.14 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.