Loading Tool

Explorer IconExplorer

Memory Pool

42,323 transactions
26.71 vMB
0.05304187 BTC
Random Selection Loading Transactions
Max Size: 140.46/200 MB

Candidate Block

Mining Attempt 4a4d45a79644bc2e788bfadd3bf2e24763caa9d04fc65b18d8402e175e998238
Version 20000000
Previous Block 000000000000000000013c07e3f50f8bd19f23caf49a29d0b82da9f012381c04
Merkle Root 80f03e89a26a6269de4761dba9df4eb54e435d083bb350a5eae405b740284ac3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,252
Size: 1.00 vMB
Total Fees: 0.00379858 BTC
Feerates: 40.21 > 0.38 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,901 (590,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
324,167 324,167 00000000000000001c4ea4f2780c0817ec09cfb6a09f6304a08490275f174101 819 0.39/1.00 vMB 32
324,166 324,166 00000000000000000aeec2f696275667eaf0d110f3a55922c2a58fcb9c0de803 1,013 0.64/1.00 vMB 27
324,165 324,165 00000000000000000c9317b9da8d67ef4d0027f6cac6bf0380c26d4766d73924 375 0.31/1.00 vMB 22
324,164 324,164 00000000000000001fa55245e12a261f13338820f5dbe62806de43eaadc558ed 512 0.18/1.00 vMB 50
324,163 324,163 0000000000000000034455ae9b6e3e6d08ca6a4dd538f3a3c42b4cc88de19cd9 1,274 0.78/1.00 vMB 29
324,162 324,162 00000000000000001d23a10da8ad58319a69fe45be6c81a11e8b9d307a7bb975 1,289 0.66/1.00 vMB 38
324,161 324,161 00000000000000000e11a0ed214cf122efea0fc029d308dcfdf9f35b45464df1 614 0.37/1.00 vMB 31
324,160 324,160 000000000000000010087398d444c4cd8edafcc53ea68635d2c325fc28531b5a 123 0.06/1.00 vMB 12
324,159 324,159 0000000000000000161bc2e8e46006a574a39b3834147818eb8065e4549a92b0 342 0.18/1.00 vMB 24
324,158 324,158 00000000000000000baea7954d4c8b386d2a3079d0f587b29c4be7202adf37cd 695 0.53/1.00 vMB 26
324,157 324,157 0000000000000000163661e7866eb97375c3e82f3b3c339d310334bec2d33781 2,314 1.00/1.00 vMB 32
324,156 324,156 000000000000000012fa6dcefe3a92ea12843de25debb9e0d1de62e70651ac24 423 0.27/1.00 vMB 21
324,155 324,155 000000000000000009fcc0e7d2aea0d7d5b37335854829608f1c2113c87f1c73 915 0.66/1.00 vMB 23
324,154 324,154 000000000000000004e468d7b09cb1db405844ec9621d4522baef1b9edefc45b 1,326 0.50/1.00 vMB 41
324,153 324,153 000000000000000003a3997239fda14b3555a146d5be8544cc5426b56f9d4064 328 0.19/1.00 vMB 24
324,152 324,152 00000000000000001deb8c9a7f73a660d34b55a9f9ba2e51679f9e806a176d28 503 0.31/1.00 vMB 27
324,151 324,151 00000000000000001f7f3d475a375ae0f3c986f4865bca003d55a72b62c7b812 109 0.07/1.00 vMB 24
324,150 324,150 00000000000000001b6f754af65f54b7d725c136f6ac90f09ca6890b89b3fed5 315 0.20/1.00 vMB 25
324,149 324,149 0000000000000000108a1c613cbe6b8f5ad3f74933af548b8337dc9b64f29a41 32 0.01/1.00 vMB 39
324,148 324,148 000000000000000003637fa63ada29d47ec4e7b951adf941c54f03dd93d91a61 73 0.03/1.00 vMB 29
324,147 324,147 00000000000000001f6031700bdcfffce89b3df93ac31d3730cd79c8345a0bbc 145 0.12/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.21 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: 654.42 GB
    • Received: 14.14 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.