Loading Tool

Explorer IconExplorer

Memory Pool

39,801 transactions
28.62 vMB
0.07565522 BTC
Random Selection Loading Transactions
Max Size: 145.17/200 MB

Candidate Block

Mining Attempt 49c77365663decb955e35015fd497667f651fad6b31a73acf360e7de7738e750
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 03e1c97c90b9fc0c82ab305adff6e1263541a984470af19d899b9d9dbab12de1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,370
Size: 1.00 vMB
Total Fees: 0.02032011 BTC
Feerates: 150.93 > 2.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (536,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
378,208 378,208 0000000000000000048145992c0ee96d368c23611f1be8d16d3925fd3fa23bc0 570 0.28/1.00 vMB 33
378,207 378,207 00000000000000000e7c7050d8e8546c1db61a064f2cc6ce5c60f009dde8a875 1,061 0.95/1.00 vMB 17
378,206 378,206 000000000000000004a89bd78bbaa336afb8ca11ef1e06af4f4617783a9dce12 2,580 0.93/1.00 vMB 58
378,205 378,205 0000000000000000012f7d6b995f311dda9945fedcda36ee8738da8bd9139a17 2,148 1.00/1.00 vMB 41
378,204 378,204 000000000000000011c8e59da40d51bec62cb49461cdd5f88e49aeafc86570f1 2,052 1.00/1.00 vMB 28
378,203 378,203 00000000000000000278c19454637dc045d81eb7ed214771a929e61c09c5d267 2,623 0.95/1.00 vMB 56
378,202 378,202 00000000000000000a79ff618a4d67a55fc5825d7355704011f1274d0137681d 2,132 0.75/1.00 vMB 68
378,201 378,201 000000000000000003aa6a79dbb2026adb3f240ae5402699b6e0d4d5b1b59710 3 0.00/1.00 vMB 73
378,200 378,200 00000000000000000eccbaf5a43c7df9197410217ccb824c6934697c7c0dcb56 1,391 0.54/1.00 vMB 47
378,199 378,199 000000000000000004dde09b6301bb75d6b095152192f64975b78b54e09b2144 241 1.00/1.00 vMB 3
378,198 378,198 00000000000000000535c9a643443aaf6bda690dc4554dd1ec3d98f3e0e8232b 668 0.32/1.00 vMB 31
378,197 378,197 000000000000000009a07b761b0239baf86a3449e25f842a37bc604628e7e87a 509 0.95/1.00 vMB 12
378,196 378,196 00000000000000000621a9e63a906afe00d54af025c49002338695d8b51f2add 355 0.75/1.00 vMB 9
378,195 378,195 00000000000000000fb3a4c06c75ab85dce74d1f6ce3f88e3b74e8f0b8bf2a20 1,126 0.44/1.00 vMB 43
378,194 378,194 00000000000000001010af89a6708899320badbf50918c9c05daeef3dd726d5e 209 0.75/1.00 vMB 7
378,193 378,193 000000000000000008ca0154e0dda3aeafc7f0bd2ea606e544a98e110a94cb8a 530 0.93/1.00 vMB 10
378,192 378,192 000000000000000011d793a3145c370845e5ee097896490e0d7e4a51e18e0a7b 862 0.35/1.00 vMB 45
378,191 378,191 00000000000000000207739e77c1e74c17b5634ed8104f657fe7bf3ab86574e2 1,306 0.55/1.00 vMB 44
378,190 378,190 0000000000000000048ffb8ff0eeb3775ff41533188b94debf68c9f8b3253017 1,007 0.97/1.00 vMB 20
378,189 378,189 0000000000000000032e38695480101075f2c86b1996d740cf80ddfc9c45b974 2,202 1.00/1.00 vMB 47
378,188 378,188 000000000000000010397a75e5eb51d7dc18edf01f384876986b4048b75454ea 1,188 0.75/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.70 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: 629.15 GB
    • Received: 11.87 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.