Loading Tool

Explorer IconExplorer

Memory Pool

82,972 transactions
31.59 vMB
0.09270879 BTC
Random Selection Loading Transactions
Max Size: 191.83/200 MB

Candidate Block

Mining Attempt c37fa0d466690a41e51840766c461f5d70d6e596c0fca03290921049445172cc
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 1f900455c0f4987f2df9f1cf04050239a0c7eebe26280df578d11db8984b9644
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,320
Size: 1.00 vMB
Total Fees: 0.02363952 BTC
Feerates: 100.18 > 2.37 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (301,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,204 614,204 0000000000000000000dd231e6e88bf6ee38eaf5c7e2f41f1fe8188237b9575e 2,326 0.74/1.00 vMB 13
614,203 614,203 0000000000000000000a3a50c14a444e174b272e3e63970e410a34f79996a779 1,956 1.00/1.00 vMB 4
614,202 614,202 000000000000000000128bcf28de1dd4b441fc00cd40fa9c623411bf53a736ba 2,992 1.00/1.00 vMB 11
614,201 614,201 00000000000000000004d48aa99844d55b94643593ee69e15f3eca6e51699ab7 3,160 1.00/1.00 vMB 18
614,200 614,200 0000000000000000000ab9ed2d2a73ce62502cefe91a9e149086b7eeee35ecef 2,633 1.00/1.00 vMB 20
614,199 614,199 0000000000000000000f3b8cd0c0c0516102f6f4540eb48be060f9425e9b10a9 2,609 1.00/1.00 vMB 16
614,198 614,198 000000000000000000062472705bed3d907b1fcffa2a5903be5c3dd4696752f9 2,504 1.00/1.00 vMB 16
614,197 614,197 0000000000000000000ae163ed47a31c6a9ff6290a93d0034a18f0cbf50e88c3 2,110 0.65/1.00 vMB 14
614,196 614,196 00000000000000000007634e2af288e4d21b3d09c7efe28dc71dbf6f45e39373 464 0.15/1.00 vMB 2
614,195 614,195 00000000000000000004400ed6e1fc6667e9e47fd0bc6813e6c7b8c7541af5c5 3,031 1.00/1.00 vMB 16
614,194 614,194 0000000000000000000aa9c1ac32353aa2d9b0e9e0997b424da913562e3041fc 2,944 0.94/1.00 vMB 5
614,193 614,193 0000000000000000001213049e8c81af599fbf4ec35d7cc748b2e91518d46ec2 3,075 1.00/1.00 vMB 16
614,192 614,192 000000000000000000018814de9fcf2b4f8494a9c24acae6e94c2cec99ccb960 2,635 1.00/1.00 vMB 10
614,191 614,191 0000000000000000000b7b701cabd813549621a5038bd01c716321ba512baa05 3,200 1.00/1.00 vMB 25
614,190 614,190 00000000000000000005c6c6cb368a6b884766fcb712048bab1b27ee3042b8af 3,033 1.00/1.00 vMB 5
614,189 614,189 0000000000000000000183bad588ef2867a4a368b97138a0c7cb75bcbc532138 2,917 1.00/1.00 vMB 21
614,188 614,188 000000000000000000079f46941687486aeed35b4e5fb25b46d0c5f86a63e24a 3,026 1.00/1.00 vMB 17
614,187 614,187 0000000000000000000cd9a8dccfc8dc498d406f3a0dd594ea8dd0b9e113c5ae 2,974 1.00/1.00 vMB 19
614,186 614,186 00000000000000000005df14a0e00970b04fec4093ef1bf20e4e1234f013834e 2,738 1.00/1.00 vMB 12
614,185 614,185 000000000000000000092a9a66228de1b35528aa1481c52aad3f778bcfe72810 2,402 1.00/1.00 vMB 17
614,184 614,184 000000000000000000058b864e47cebbca13dcdce3f57621dd2a22728e13a618 2,326 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.75 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: 708.75 GB
    • Received: 16.76 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.