Loading Tool

Explorer IconExplorer

Memory Pool

80,172 transactions
29.81 vMB
0.08356147 BTC
Random Selection Loading Transactions
Max Size: 179.13/200 MB

Candidate Block

Mining Attempt cb0037805fd93b4f349a2c15b14e44d770bf7b537893946a4ea71863533028c1
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root adeccd6b0465071f542e9e5a8219c7ebcb1ce329df6090dc334859a7b0ba4fc1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,973
Size: 1.00 vMB
Total Fees: 0.02278920 BTC
Feerates: 502.65 > 2.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (438,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,302 476,302 000000000000000000a5f7f96368b27a38835f2a1224dd0a657f831e35b5035a 714 0.31/1.00 vMB 187
476,301 476,301 000000000000000000f20ed28326c0f401e19f74d4e0ad655e5335f31cd0d675 2,434 1.00/1.00 vMB 69
476,300 476,300 000000000000000000f4d36caacc68bf48a1cde340ccea9920e445e52b7335be 1,999 1.00/1.00 vMB 181
476,299 476,299 0000000000000000001b3072704a8594546e96c896fc94eb7a9a6d0d1e3b6ebb 2,277 1.00/1.00 vMB 219
476,298 476,298 00000000000000000002489e990d5e57c996f7e56b48760cdd5b6418d5459710 2,044 1.00/1.00 vMB 93
476,297 476,297 000000000000000000f5de5fef5e9fe7f58d1f6ed318d5424402294adeeac4be 2,384 1.00/1.00 vMB 200
476,296 476,296 000000000000000000c7c42d45d501e6be1afb01117ab8bfe54d3afc428dcee9 2,090 1.00/1.00 vMB 154
476,295 476,295 000000000000000001142f2825e5d39f90f0c2219a272013017ef354add03402 1,923 1.00/1.00 vMB 97
476,294 476,294 0000000000000000002c77cde395e56edb48dd7b41bf82ca88ad6af0248e7930 1,239 1.00/1.00 vMB 185
476,293 476,293 0000000000000000003cfde0fac64069cbef13e754749692fedd3c55804ac939 2,323 1.00/1.00 vMB 184
476,292 476,292 000000000000000000e42179bbb1053b65eb93aa305cfe4d70c7533b5bdee908 1,920 1.00/1.00 vMB 279
476,291 476,291 000000000000000000713bff454f5314a55096c00660081a68ed845c9dc8c450 1,961 0.99/1.00 vMB 154
476,290 476,290 0000000000000000003edeb0f6e3d5b28507ed99e366305eb94c7ac4d181decc 2,250 1.00/1.00 vMB 230
476,289 476,289 000000000000000000f9ae148096d36c24b549dd31d3faf5a7ea1ec3f8af7ebd 2,034 1.00/1.00 vMB 209
476,288 476,288 00000000000000000133261aff6988cd616acf3bb585ad3aec9869d232ed6968 1,429 1.00/1.00 vMB 141
476,287 476,287 000000000000000000232cb474e895116dab5b4dfe9b99d2130db7dadf4efba3 1,848 1.00/1.00 vMB 247
476,286 476,286 0000000000000000010057875387e55e3028a51836de5cfdd6b22fa5093956be 1,881 1.00/1.00 vMB 137
476,285 476,285 00000000000000000028d1fc2c264f05154fd55871bff5932eab3d8f78f25bcc 2,019 1.00/1.00 vMB 51
476,284 476,284 000000000000000000a6325d9fc9541ec8d053a85a4132dd4e5f908a4a97f19a 1,999 1.00/1.00 vMB 108
476,283 476,283 0000000000000000009b82220a300b5e06382274996c547191e30a242f731e4c 2,204 1.00/1.00 vMB 30
476,282 476,282 0000000000000000003d049896dd1cdd5d2510c9a321f88c8c253613d629d2e2 1,645 0.93/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.