Loading Tool

Explorer IconExplorer

Memory Pool

85,072 transactions
31.90 vMB
0.17022593 BTC
Random Selection Loading Transactions
Max Size: 189.83/200 MB

Candidate Block

Mining Attempt df875eabb8596e07d64d930f8d4f95bab364cc4581050ca84f158b9db6fb5154
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root de71b1c73994b3f1d7d9c8f1bbafc4c67f928aca068728c6d3da396d3fae8135
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,895
Size: 1.00 vMB
Total Fees: 0.05367285 BTC
Feerates: 402.75 > 5.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (51,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
863,198 863,198 0000000000000000000327bb5354115adf697be973f3a9f604a3dc39370035bd 4,454 1.00/1.00 vMB 7
863,197 863,197 000000000000000000009b9278b8bde85f51b2a839099de36429c368b6c29021 4,287 1.00/1.00 vMB 11
863,196 863,196 00000000000000000002d91acae4a914fce5a5eb39ba9d6f2db745ae418f6155 4,710 1.00/1.00 vMB 6
863,195 863,195 000000000000000000005fcad3bf1fe7ab0c53733130ee04b880b929a3e0dc43 5,121 1.00/1.00 vMB 9
863,194 863,194 00000000000000000000c63a3642fd3ae77f49adb6043607c0ec65a3f0e1accc 2,120 1.00/1.00 vMB 6
863,193 863,193 000000000000000000000ce754d9c1857e4dfab5d8ef8f6205608fc1c03a7506 6,337 1.00/1.00 vMB 8
863,192 863,192 000000000000000000009b2d8c2819f11a3ca49bd8059cca2ece1dbc0948270f 6,032 1.00/1.00 vMB 11
863,191 863,191 00000000000000000001a7236347ef4d00a4867023452318fe86e1aeec0021a9 4,972 1.00/1.00 vMB 9
863,190 863,190 00000000000000000000ef35e6c1bd110c6cebcf843bc54971f05ec48b082300 4,799 1.00/1.00 vMB 11
863,189 863,189 00000000000000000000ec6cfbaf75bfa5fe94c0012e1839151d00ba22ab3706 4,292 1.00/1.00 vMB 10
863,188 863,188 000000000000000000005938ea98acd8233bca9ac7c2187ebaf8e3825fbaa490 4,570 1.00/1.00 vMB 12
863,187 863,187 00000000000000000000534c02b0db3815b58043ea529ad1c43a37b331e6d7ce 5,600 1.00/1.00 vMB 11
863,186 863,186 000000000000000000029386f83771e2e25479aa3a3680a92905b99e65524f82 5,570 1.00/1.00 vMB 15
863,185 863,185 00000000000000000001aaeacbb8816760ce2bb4d65b297be0cdad001c3b6026 4,301 1.00/1.00 vMB 13
863,184 863,184 00000000000000000000b6a36a565aa79a8e1e2410654bc4756a723e636d8c37 4,648 1.00/1.00 vMB 14
863,183 863,183 0000000000000000000288312afd72b34365ec7bb2b3a7c65b6aada91429116e 3,691 1.00/1.00 vMB 12
863,182 863,182 0000000000000000000004047003e6eabee376258e11356a84a7f384fac5aabb 4,777 1.00/1.00 vMB 14
863,181 863,181 000000000000000000020dca1864b5765634eae8d0d1bb6b83bb3c137f120ac7 5,013 1.00/1.00 vMB 10
863,180 863,180 0000000000000000000281d4e481ddf2489a4e9f7a7a0de556fed0fd88fca584 5,607 1.00/1.00 vMB 12
863,179 863,179 0000000000000000000039af63d3feb72f09683c958778c88e7cdf5b829dc5dc 6,332 1.00/1.00 vMB 14
863,178 863,178 000000000000000000016ef114bf09714587bcf262933aebd99e9984ce8e4002 6,785 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.