Loading Tool

Explorer IconExplorer

Memory Pool

74,798 transactions
27.62 vMB
0.07607601 BTC
Random Selection Loading Transactions
Max Size: 168.42/200 MB

Candidate Block

Mining Attempt 53d4da8bbd4f0ec357118dbfcf59279e55d47637f4367a6dc1f4bdd2262a2597
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root d254b39fee74292f1b50f6dd9b1c109391aaa0d91e9871d2efe24a63c79bda34
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,229
Size: 1.00 vMB
Total Fees: 0.01712316 BTC
Feerates: 121.74 > 1.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (286,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,338 628,338 0000000000000000000ca0ab8e519dc26fb5914fc8133bbd98d6f3d924892922 887 1.00/1.00 vMB 69
628,337 628,337 00000000000000000011540fe0ffb0a4d8aa2b7d9688d9e60b70b398c7aafeae 2,226 1.00/1.00 vMB 100
628,336 628,336 00000000000000000005fa95deb4a7815d38974c9aa55205794c21fae092c7da 1 0.00/1.00 vMB 0
628,335 628,335 0000000000000000000eef2b53bf510184ae045ee4ef9f8fffbed3a4bcb66bf2 2,301 1.00/1.00 vMB 94
628,334 628,334 00000000000000000004b06c70223de76f5b7d429a0757ba0e377ae4ce2f3516 961 1.00/1.00 vMB 73
628,333 628,333 00000000000000000003354abbae44075798be19a0923faa04624f3c0db441ff 724 1.00/1.00 vMB 62
628,332 628,332 00000000000000000011312544a6094f698fdebd23b933dac59ef51a044fe5ac 2,483 1.00/1.00 vMB 82
628,331 628,331 0000000000000000000b15ed5957f86d75842a3cfd260fd2c32deff6af72525e 1,945 1.00/1.00 vMB 107
628,330 628,330 0000000000000000000fca1c0c91a46a74a707a9722df12ad5bbea284cf1718b 2,615 1.00/1.00 vMB 78
628,329 628,329 0000000000000000000ac19fe87dff1f0b3e0fbc145ddf875c103ef745e35a8f 2,512 1.00/1.00 vMB 72
628,328 628,328 00000000000000000003bd9873500830fb705f38392f53eedf17c69b686ca274 2,528 1.00/1.00 vMB 99
628,327 628,327 00000000000000000003597267c47fb5825e4b13bff9999ebc33e3fd6a1b24e0 2,644 1.00/1.00 vMB 72
628,326 628,326 00000000000000000005c49907dc50952586aea8b679a11a0de14eb9f8ccc379 2,881 1.00/1.00 vMB 86
628,325 628,325 0000000000000000000c9833a6236b6df9b11c424935f3cdb5316c0a36c2e289 2,295 1.00/1.00 vMB 104
628,324 628,324 0000000000000000001039f48c197f425e168bf1ec092e3d0b574575029dfe73 2,557 1.00/1.00 vMB 97
628,323 628,323 0000000000000000000fb76a37e4f8c14e2caae014b104047759308934ea9bde 2,592 1.00/1.00 vMB 110
628,322 628,322 00000000000000000003c08085d618b77fec91bc40fe21abb942749195dd1516 2,454 1.00/1.00 vMB 111
628,321 628,321 0000000000000000000df2e5534892d20cef69835857cd7e6fd8c139187eecb8 2,112 1.00/1.00 vMB 94
628,320 628,320 000000000000000000041712da850a234b195c328f2e220f9bb4dbcce12c8672 1,787 1.00/1.00 vMB 97
628,319 628,319 00000000000000000006c8f55e94a970bf51d288d7593f5108a5ef7adad16cf3 2,732 1.00/1.00 vMB 103
628,318 628,318 000000000000000000108f550bec8eb344a86e76d5ccde31194dc7e9dd22f8e5 2,810 1.00/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.