Loading Tool

Explorer IconExplorer

Memory Pool

74,797 transactions
30.69 vMB
0.09049044 BTC
Random Selection Loading Transactions
Max Size: 180.14/200 MB

Candidate Block

Mining Attempt 747c9444ecddf6198d82c55b5cabc38f74c65d1b1b490fafefde8db6d309d4dd
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root 7f28c7fc0bf84a097870b118c71f9c80f7bef32ec9bcf381189f98e4c3a9f28e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 499
Size: 1.00 vMB
Total Fees: 0.01330123 BTC
Feerates: 150.93 > 1.33 > 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (39,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
875,824 875,824 0000000000000000000174a26bcad50e99426a6ab2b4275c8c55fb75643c6ec6 1,519 1.00/1.00 vMB 4
875,823 875,823 0000000000000000000250d42211d6e7417b517b653dba0e13ba63cc13c384e8 1,662 1.00/1.00 vMB 3
875,822 875,822 00000000000000000002661564a092c8f0afdf8d92d0764c5a128dae1a85f979 518 1.00/1.00 vMB 4
875,821 875,821 00000000000000000000ce130e5229d9bd21b61fda5e464e35cdfcc8227837b0 2,465 1.00/1.00 vMB 6
875,820 875,820 0000000000000000000168673278810197a31d2a28f921fcbde1bf10d2fb3d83 665 1.00/1.00 vMB 3
875,819 875,819 000000000000000000011cbddcd2c8411f50f534cb468f574e36c57f99299bd3 2,138 1.00/1.00 vMB 6
875,818 875,818 000000000000000000001d49d2c2f40bc9d3dc09dea65e9e7ca860545edb4b96 3,048 1.00/1.00 vMB 5
875,817 875,817 000000000000000000002573b0d2ac5b139514d3fe573eea4053a420c1d521af 2,790 1.00/1.00 vMB 9
875,816 875,816 00000000000000000000ef483d2793847d3d3d441588e6605d9bc2a50e190dec 3,187 1.00/1.00 vMB 9
875,815 875,815 000000000000000000017fffa450dece5733cf877bddcc3a465d96ac157dd180 2,333 1.00/1.00 vMB 4
875,814 875,814 00000000000000000001476514183a178fe73fa498ff4e3f26bdc73a469b93e4 1,484 1.00/1.00 vMB 3
875,813 875,813 00000000000000000001e158be0eef0b529d93a03c9b1cb2ce6f3edea776aa3a 1,300 1.00/1.00 vMB 3
875,812 875,812 000000000000000000005e69f3909e5901f5fcbc3c159f8ba461509554245533 3,535 1.00/1.00 vMB 7
875,811 875,811 000000000000000000011fb65f50f4fd57e4bf017ba3ca8b513b3a1b42d24a21 2,838 1.00/1.00 vMB 5
875,810 875,810 00000000000000000001990ff61abf092a5138550948473f5bfcd3b574398919 3,893 1.00/1.00 vMB 2
875,809 875,809 000000000000000000015a1b638d15053c928e2ea42bca7cf0633586f76720c5 4,238 1.00/1.00 vMB 3
875,808 875,808 0000000000000000000098615dc4b1b7d563b0b28c0eb10791a231138d3f7a2c 3,691 1.00/1.00 vMB 3
875,807 875,807 0000000000000000000115263e74dd9e5c7a4dc2c03fd942dc9b02a167db1b9c 1,623 1.00/1.00 vMB 4
875,806 875,806 000000000000000000002e5ddb3ad8f0f9e9dc922738fd11682ef10314e06488 666 1.00/1.00 vMB 3
875,805 875,805 0000000000000000000074d0156c50f4a7183722d6baab35cefe5a65b8f6d4e6 2,338 1.00/1.00 vMB 5
875,804 875,804 0000000000000000000139b3fee46d7b9c61166bd92f0a7677a614067ea10ddc 3,381 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.12 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: 739.01 GB
    • Received: 18.61 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.