Loading Tool

Explorer IconExplorer

Memory Pool

40,231 transactions
26.44 vMB
0.05674892 BTC
Random Selection Loading Transactions
Max Size: 137.88/200 MB

Candidate Block

Mining Attempt 03f53da7076e69d2c7e8f3bc141137e12fd4977d54a84823c7dd8dc956998027
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 23982f3d184efc763551b614a674c1faca8104eef3045028dbd390f5f91b63ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,353
Size: 1.00 vMB
Total Fees: 0.00816702 BTC
Feerates: 50.27 > 0.82 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (463,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,800 451,800 000000000000000000f3ad326756594cf57a18de6909d94a4fb3bbdb03745011 2,160 1.00/1.00 vMB 118
451,799 451,799 0000000000000000012bee949b4efa1b7f58e2cffaf9699f976a46d4f5d45004 1,761 1.00/1.00 vMB 102
451,798 451,798 0000000000000000011fb0bd9e217e8930cc5e2d22a9da9a7aa8f45dd9d721d6 2,661 1.00/1.00 vMB 148
451,797 451,797 000000000000000001c2f6a4433894962fe83f5885235a5d7e002cd07db69952 2,074 1.00/1.00 vMB 120
451,796 451,796 0000000000000000004f6fe8579fefa1c3c6fabe1e044ec90b44d2c2e7f515c6 2,743 1.00/1.00 vMB 198
451,795 451,795 000000000000000000ccc04c39cd93bbb597724d473d51c5872cb795d37aa7ba 1,671 1.00/1.00 vMB 89
451,794 451,794 000000000000000000523c3d96d8a0253dfa3d110047e59c99575855005d4236 2,127 1.00/1.00 vMB 109
451,793 451,793 0000000000000000002b543c6c231f01feba57ac951567ec9dcfef295b40980c 2,154 1.00/1.00 vMB 113
451,792 451,792 00000000000000000048abab5cb3c194fc52e7e2d376bba60f6a04988382984a 2,096 0.75/1.00 vMB 156
451,791 451,791 0000000000000000019a3c9ea167488618fcb27b9f9b36f5375c6c6b35ac5477 2,291 1.00/1.00 vMB 97
451,790 451,790 00000000000000000284c8d7d4f465a88cfcba5beee085c70863816b3b7c04d6 2,378 1.00/1.00 vMB 92
451,789 451,789 00000000000000000246d3781fb19c5eb5fc00f7df3fe682a40eb1c1b3826f72 1,818 1.00/1.00 vMB 78
451,788 451,788 0000000000000000016a012dba9681f59e195a40be270668135c1778d8b917f5 2,082 1.00/1.00 vMB 77
451,787 451,787 000000000000000001e3dab847d4abaa712188956ebfdd176b3788b84b79e5ac 1,834 1.00/1.00 vMB 96
451,786 451,786 0000000000000000018a6ebb2e92ba1e9f3eb57bafe345438cda9bb25dc0ae3d 2,158 1.00/1.00 vMB 120
451,785 451,785 0000000000000000007b06517a33ca278cf161cec9a817d9ea5f253ecebd3d87 2,070 1.00/1.00 vMB 108
451,784 451,784 000000000000000000f8cca7618a98bcb42572408832ea4d9b2df4c96eae0f08 2,687 1.00/1.00 vMB 126
451,783 451,783 000000000000000000a5b9029440b180b733c7d1317c3d7f804f7d1c21fb61f1 2,257 1.00/1.00 vMB 119
451,782 451,782 0000000000000000006730ed74e43acf7af7d1447cdbd837d06ddee79de48175 2,252 1.00/1.00 vMB 113
451,781 451,781 000000000000000000417927fdc1215c271929af429842dd1a1d64530adffe10 1,247 0.58/1.00 vMB 62
451,780 451,780 00000000000000000101453a3254097bf2ea61a408a1797249676666f0e65117 2,619 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.23 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.