Loading Tool

Explorer IconExplorer

Memory Pool

39,045 transactions
27.46 vMB
0.06145361 BTC
Random Selection Loading Transactions
Max Size: 140.39/200 MB

Candidate Block

Mining Attempt 48a2d17d6a7526609a5350b6a9c0aff04254a7ea1c86b2a5b6d1d0ce2f986a12
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 3a4c0de0b070a1475b04b910245596f7f34fd56108cc4d5c85f926708be1402f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,816
Size: 1.00 vMB
Total Fees: 0.00920023 BTC
Feerates: 101.49 > 0.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (69,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
844,753 844,753 00000000000000000000186fa9b0c4a9a849328b9942fe7b2512f4f2a7724ff2 4,308 1.00/1.00 vMB 25
844,752 844,752 00000000000000000002e896e4cdf0acdc08e2e55b4d68aa333f6ce9d1b49078 4,764 1.00/1.00 vMB 37
844,751 844,751 000000000000000000008dcfe3310a28947274f92b45605b6efe8ef50d3af10d 3,315 1.00/1.00 vMB 38
844,750 844,750 000000000000000000001f8b873d9f2ebfa49693915c54adce3305b319466ad3 3,506 1.00/1.00 vMB 28
844,749 844,749 00000000000000000000620bc6b9c50074867d3b81cc8720bb4adc7e0b0a8e21 2,138 1.00/1.00 vMB 11
844,748 844,748 00000000000000000001a84ea8b06cab9f3cb6c2d57f9c552f8cf47ee3387513 3,716 1.00/1.00 vMB 27
844,747 844,747 000000000000000000018ba4f5d05942bb13f47dfc20c867b4c8b5860f98ef92 3,645 1.00/1.00 vMB 23
844,746 844,746 00000000000000000001fae1f319817736e36a177cefe17c2bec21368b9b8e95 3,558 1.00/1.00 vMB 10
844,745 844,745 00000000000000000001f71942e08e18ed995ca3553d554576156a7279ae65a5 4,466 1.00/1.00 vMB 9
844,744 844,744 00000000000000000002b692a4141102da57b78d667d8a3f9a461fe85106a4c5 4,297 1.00/1.00 vMB 16
844,743 844,743 000000000000000000014072f1d5d67100bf6c097e971cd2af2d579b32a30f93 5,131 1.00/1.00 vMB 17
844,742 844,742 000000000000000000025c416dc7962405d500d87238bf392c95aa9610c3a71e 6,984 1.00/1.00 vMB 12
844,741 844,741 0000000000000000000152fee6b2cb2779c2fe0ce34aaad57f9034c1613463a0 5,611 1.00/1.00 vMB 16
844,740 844,740 00000000000000000000e9be8cfceef5f4d12313ab2657d7fcf4e617dc9bb839 5,327 1.00/1.00 vMB 16
844,739 844,739 00000000000000000000c18685513156cfd695edd2378ca2ba819d785866a571 4,802 1.00/1.00 vMB 12
844,738 844,738 00000000000000000003508531e1ec11798f1972e307235a54ef91bf945e246c 4,160 1.00/1.00 vMB 16
844,737 844,737 000000000000000000027d7ef87e117148fb2f0fd86daa593be6a9ab60d90b55 3,523 1.00/1.00 vMB 26
844,736 844,736 00000000000000000001220ed083199982e9da1b9a083c4385891afb7708a6f2 3,632 1.00/1.00 vMB 12
844,735 844,735 000000000000000000009bc830c90bb019c525854464402696ce2219ecc0566e 1,834 1.00/1.00 vMB 11
844,734 844,734 00000000000000000000c1097a2ede0df36030bde8b6b6e62ccc9dffefa8f280 2,533 1.00/1.00 vMB 13
844,733 844,733 00000000000000000002eb241ace8ad59454a7a4aa53367dee93b8a3644439af 3,344 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.76 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: 632.49 GB
    • Received: 12.12 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.