Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,736 transactions (0.82 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,367 000000000000000000022b910000000000000000000000000000000000000000 ago 0.82 vMB 2,736 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,366 (443,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
467,809 467,809 00000000000000000012ebc9a443571e60452e9efe7f858c6aaf94540bfbdf25 1.00 MB 2,064 271
467,808 467,808 0000000000000000015fffbeb5f04e9dff463a95f797bfe0c520789697d48aaf 1.00 MB 2,956 360
467,807 467,807 00000000000000000057e297c2eb0cf808563792f57658cc9ff85aff3479de66 1.00 MB 3,032 433
467,806 467,806 0000000000000000002ec13768486781e47da38847d48083708cf3c6d0d529b6 1.00 MB 2,773 315
467,805 467,805 000000000000000001565160b27dd97b8e1a5b1b4dbdc84dcaf44c6af50950c1 1.00 MB 2,315 267
467,804 467,804 000000000000000001b9bd56ecf20ae6a7925f53c9f2141d5ceee57d85b97cac 1.00 MB 2,341 274
467,803 467,803 000000000000000000f2d261e19302696b94298dbc1454372fb207c9cd655d5c 1.00 MB 2,349 279
467,802 467,802 000000000000000000718aecce46ca519f4305610494a8d0f2c595b81e7866eb 1.00 MB 2,310 285
467,801 467,801 0000000000000000016c23e420811dddbc60cd396bfee7fcca09d1c63b69cd35 1.00 MB 3,003 285
467,800 467,800 000000000000000001a39c2ae7346ee6b2eec813792a84d73e307b1733920368 1.00 MB 2,855 334
467,799 467,799 000000000000000000e5f9e3eaaa0efa818b55937cb866a45a4077c26055f8f7 1.00 MB 2,564 306
467,798 467,798 000000000000000000eb12aae0012613222eb045ca9bae0304a3097a5f61c6c2 1.00 MB 2,061 347
467,797 467,797 00000000000000000180eee85ff7374fd92bcb0cf2111513e622e39bce9130da 1.00 MB 1,140 209
467,796 467,796 0000000000000000010778c9a67c9d2bfd4e2bc81a8ee1673df811434b067632 1.00 MB 2,582 402
467,795 467,795 000000000000000000846f923618e41a3cb901f2629a49e72c9935b31870ee76 1.00 MB 2,494 353
467,794 467,794 000000000000000000486c2d187abd63ce5aa9c83ee24f1c5136f523b13a8f50 1.00 MB 2,269 372
467,793 467,793 000000000000000001218c200ce4b5741dcf55310f01fbcef8b46ddc307fe8c2 1.00 MB 2,890 397
467,792 467,792 000000000000000000462c28cee65be0fce8fff4528e357a4a20a415787518d0 1.00 MB 2,398 292
467,791 467,791 000000000000000001a46e6142a2110a3e356d575b6d959e1a094b80eb1325e5 1.00 MB 2,747 380
467,790 467,790 00000000000000000099f957be0606da8c8636aaeef007a84bb3b3a4a8654504 1.00 MB 2,386 239
467,789 467,789 0000000000000000002182831369aecc3aceab4cb109b6baa507aa81ed6c6c1e 1.00 MB 2,288 278
Previous 10 blocks ↓
Total Size: 775.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,401.74 GB sent, 128.44 GB received

Notes

  • This page updates every 5 seconds.
  • 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.