Loading Tool

Explorer IconExplorer

Memory Pool

78,479 transactions
29.96 vMB
0.08689022 BTC
Random Selection Loading Transactions
Max Size: 179.00/200 MB

Candidate Block

Mining Attempt 4f082de6f587e0743a13a055dc41b52488c53455b0efe6637ef58a996a0694c7
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 25ac46e02fe51cd119ea34f8999aa2659a6f16a86edd015a4c75631832475b61
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,710
Size: 1.00 vMB
Total Fees: 0.01814110 BTC
Feerates: 100.69 > 1.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (375,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
540,077 540,077 0000000000000000000d115901d71954df206eecef0f07cca979beb3de057199 1 0.00/1.00 vMB 0
540,076 540,076 00000000000000000025775122d3b240d58fbfe4b561ed67ed4f8fb36cdbc14f 2,613 1.00/1.00 vMB 41
540,075 540,075 0000000000000000002308be57d49bd57c5b19f83061d82fdafc8a96188d5f92 2,526 1.00/1.00 vMB 44
540,074 540,074 00000000000000000026e7ef8a4210a63342c3b9e74c5b3f7577a44bdd43a31b 2,659 1.00/1.00 vMB 31
540,073 540,073 0000000000000000000a9958a2cce20c7dacf1d99e9ef6d76ef00174f26131f5 2,493 1.00/1.00 vMB 38
540,072 540,072 0000000000000000000f00d714638ee764feeb8ae63facde518e6487fea168da 2,725 1.00/1.00 vMB 54
540,071 540,071 00000000000000000008c5b217f847377f3e761f534ccf80ed1ea5a8c404d9d7 2,638 1.00/1.00 vMB 69
540,070 540,070 0000000000000000000c7c88c4c600cf40756b74c19720942df2ba4d6d5ad4e2 2,428 1.00/1.00 vMB 38
540,069 540,069 00000000000000000025c0c971e7243c7d52025aa36a19091448c17bbe1f5fab 2,294 1.00/1.00 vMB 23
540,068 540,068 00000000000000000001289fe92952030807097248b39004f3f72b0dfc434b94 2,505 0.97/1.00 vMB 25
540,067 540,067 000000000000000000256264fc2fe23912ed6d5cccdb6820092b865d2553ba0e 2,659 1.00/1.00 vMB 47
540,066 540,066 0000000000000000000351c02c6f6d794f5e8b574e220236a328d0df48e27b0a 2,815 1.00/1.00 vMB 43
540,065 540,065 0000000000000000000015a901a3596076fede80928a9c51a283b127900037d0 2,889 1.00/1.00 vMB 50
540,064 540,064 00000000000000000026c03f331b58f87657d9744e560f877f48eabadde6bb1c 1,761 1.00/1.00 vMB 70
540,063 540,063 0000000000000000001c5d6d1f6e11cfdc97fdf3431a89b0716c71e4b5780a1e 2,823 1.00/1.00 vMB 57
540,062 540,062 0000000000000000001bc052e0aded766c4c6d4ab07608530de4c19f004f1c75 2,887 1.00/1.00 vMB 40
540,061 540,061 0000000000000000001619aafe9fdb173168a3195fbc95aeb8c061a4691bf144 2,436 1.00/1.00 vMB 46
540,060 540,060 0000000000000000002129888e82086f064463e9ff7a1a19f5fe4fe9f160474c 3,009 1.00/1.00 vMB 61
540,059 540,059 0000000000000000001783689bbd045601d90c39d7bdaa319ce7ac27b111535f 2,602 1.00/1.00 vMB 51
540,058 540,058 00000000000000000018da8e1511aa2a64d19d9bce6080a18910c3af816f1794 838 1.00/1.00 vMB 46
540,057 540,057 00000000000000000014b2a477a29c937ac9f0b0be4d498ec62b3738e064b4af 1,272 1.00/1.00 vMB 58
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: 672.97 GB
    • Received: 16.34 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.