Loading Tool

Explorer IconExplorer

Memory Pool

4,190 transactions (1.72 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 10.16/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,428 000000000000000000022b910000000000000000000000000000000000000000 2,375 0.01560329 BTC 1.00 vMB 1.37
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,427 (795,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,972 116,972 0000000000006e62ae79a53f960e2d61feb0f7ad6c2965863ce7bb32ae99f629 0.00 MB 9 745
116,971 116,971 000000000000103afe5eb4a210399b021f7467e8eff8a8fababfdf58bb8e1658 0.00 MB 10 380
116,970 116,970 0000000000002bfd6b8a3c8c596ae932f8d42f66ad299ac8f6c4f7caec908300 0.00 MB 1 0
116,969 116,969 000000000000b6cabd8fc62004c8c4db79a243eeb88689d7f9dae0e8cf2a2bae 0.00 MB 14 1,843
116,968 116,968 000000000000ad8848535497c7fce92e06cb6048755337524d4f2dc365b4130c 0.00 MB 3 1,934
116,967 116,967 000000000000c90727e0c69c1bc52a64c8c6df0a2ae57a0c1e45f4b267b305ac 0.00 MB 5 343
116,966 116,966 000000000000b1214e52e6a3e5a19fe5e9a6d5afbb2c6d28752bc491c046f206 0.04 MB 115 319
116,965 116,965 000000000000a973dea8a70c11f379724d5d99b74fb65ccee06ce5ed96f0112f 0.00 MB 16 1,941
116,964 116,964 0000000000002599b357ad16b83e35cfe5c03bb4d5b69d79e0141e291a8a0063 0.00 MB 13 0
116,963 116,963 000000000000735a418ee4747228e03c64c8b7e135865d3b6243a9dffadc45c4 0.00 MB 11 871
116,962 116,962 0000000000000bab111a4b9fd40648d70236b02cb91874cd6d8431706ba7eb03 0.01 MB 17 1,549
116,961 116,961 0000000000006147b9b9481f86c57bab151a0ca7f0ac85998db30db0c71407f2 0.00 MB 10 357
116,960 116,960 0000000000000bce43336db57ee7d2fbe2865f4e9dd4476622f2416f71a1a0d2 0.00 MB 10 0
116,959 116,959 0000000000005cdaddf83d36da744d3d79c08cd7e63d6cf9d418f60c5b8656da 0.01 MB 30 1,765
116,958 116,958 0000000000007468b45018458999ec8810e33a80cd682f7e667a61fff57dde4f 0.00 MB 13 748
116,957 116,957 000000000000459c17f2303a0b4a2e64c235ea703913716b90f4d777c5861049 0.01 MB 49 740
116,956 116,956 000000000000adad99e4b14edbd0ea6acaaf1bbee16ea307b096a032ebb7760c 0.01 MB 19 1,564
116,955 116,955 0000000000007abdea01673baaae8f591e4df72087517b5d669c02c28162e22a 0.00 MB 14 1,562
116,954 116,954 0000000000006feec3376c073086eae5f3e906e2f759880a32bfeb3ca2e0a89a 0.01 MB 25 340
116,953 116,953 00000000000067505154d39d546bbe6b4096ec0d5e00c9e61f193d0910c6cf6e 0.01 MB 50 3,160
116,952 116,952 000000000000cb53fafa88a238035d1577e57220c7105182550103a344fd7cdb 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 777.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,553.05 GB
    • Received: 137.50 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.