Loading Tool

Explorer IconExplorer

Memory Pool

35,770 transactions
33.91 vMB
0.08995755 BTC
Random Selection Loading Transactions
Max Size: 164.55/200 MB

Candidate Block

Mining Attempt b30dce2998dffc2eeaefeadfdac5b4fb48e445346d4971a32a816adfebe626dc
Version 20000000
Previous Block 00000000000000000000541a218fa33c128bd54ce07f3bbff46be6b47fa185e7
Merkle Root 5e3a9706fb1e29ae415796e339acea35c47803001670108b456fc384343f360c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,078
Size: 1.00 vMB
Total Fees: 0.01688988 BTC
Feerates: 101.68 > 1.69 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,316 (866,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,162 48,162 000000001d6087a9d881ec33deabdc5c1e94716b1f5f679d45f14ca0277c888b 1 0.00/1.00 vMB 0
48,161 48,161 000000001cfe9f2ad59b30a4fb7b1d9e14f17fb0995c3e0710980e72fa96dfdb 1 0.00/1.00 vMB 0
48,160 48,160 00000000273f69543694c4c901aed20183c4f10caa461ad9d3fab1d2f4dad175 1 0.00/1.00 vMB 0
48,159 48,159 000000002604b2c67546f354d3027f86ed404dafc84f9b1ba55b02b1e7be177d 1 0.00/1.00 vMB 0
48,158 48,158 000000003553ead4804b24a80ec0e50359e9365dbbb7c9411d5aabc457844480 1 0.00/1.00 vMB 0
48,157 48,157 000000002512138c5d96c7634f1400e1f9b859528dc19f8e0855a2e490b0d4fb 1 0.00/1.00 vMB 0
48,156 48,156 0000000007c024f5cc060b8f286784ba212fce6452d056a7791a1680f5c2ee0c 1 0.00/1.00 vMB 0
48,155 48,155 00000000008ea755b695af654171d26c22b6ca6e8dbf8cda6f52fe5c3360950d 1 0.00/1.00 vMB 0
48,154 48,154 0000000024d2a8f26009ea12d387c300e25274acba35de39aacbf3cbe15f2a24 1 0.00/1.00 vMB 0
48,153 48,153 00000000365daf0851101de8edfde2bf40928e2e3026b88e2ba0e8e0d54f52ea 1 0.00/1.00 vMB 0
48,152 48,152 0000000005354e49e0bd0d073b078893424f07bb80d846ab2bc04f346e86cf91 1 0.00/1.00 vMB 0
48,151 48,151 0000000029c7a2859bcf2b35cfc75851967f78d2f3ce0b2de127c30337051a79 1 0.00/1.00 vMB 0
48,150 48,150 0000000007c2f202268a642a0e56ffd9189719c53d80afe165d155890b71c334 1 0.00/1.00 vMB 0
48,149 48,149 000000003034418d1640743bbf81a1f1b778abe9f302c5d813818e5e7aabd683 1 0.00/1.00 vMB 0
48,148 48,148 00000000094c6571789710a7344523843293e84dc8145fe3b37067e202961da0 1 0.00/1.00 vMB 0
48,147 48,147 0000000027c9142b3151aac16ad6c2014f1f15be5da74f132f00d0fe7a6b1216 1 0.00/1.00 vMB 0
48,146 48,146 000000000afaafb088edcae60d2a020d57e447d654304c161e55d18e8e0a581d 1 0.00/1.00 vMB 0
48,145 48,145 0000000004e414152693e11483e1a53e21763c1f357712cc95216acf318ad570 1 0.00/1.00 vMB 0
48,144 48,144 000000002ff1295ae2019b193cd557efbcfc0b3d9bf56dc9bcbb63b82b634446 2 0.00/1.00 vMB 0
48,143 48,143 00000000066a2e39b755f21c1b9a8f3a1862259fd9b6f8dd177ceb874dca0ff4 1 0.00/1.00 vMB 0
48,142 48,142 00000000369438231c342be3d5fb07ce5cca036c38894e2520e345f42a5e77cd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.16 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: 581.76 GB
    • Received: 9.22 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.