Loading Tool

Explorer IconExplorer

Memory Pool

42,104 transactions
27.74 vMB
0.07731754 BTC
Random Selection Loading Transactions
Max Size: 143.28/200 MB

Candidate Block

Mining Attempt 0a6cbdee2b6c664290c83a836cd08e84e09db983cbbed10b054676377189edc6
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root ffcaa0ccab58bcee7e2aa47afccddd332880b6ce44da6d3a83c8d6ba1e4f2538
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,232
Size: 1.00 vMB
Total Fees: 0.02181704 BTC
Feerates: 180.63 > 2.19 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (502,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,245 412,245 0000000000000000035db68b8864d1c9d381099a762f0a1673ef3692a374ef89 1,398 0.92/1.00 vMB 34
412,244 412,244 00000000000000000432d3c83db91e97527c94f335adcb0134f4829cd28f44d6 2,109 0.99/1.00 vMB 52
412,243 412,243 000000000000000001b612524c63298fc916bd9a64c54c933e7e2fbbb6aecb9e 521 0.36/1.00 vMB 36
412,242 412,242 0000000000000000020d7edb1d0cfbeb2159cfddf29dabb3d6d9baf3e70ec98f 970 0.75/1.00 vMB 32
412,241 412,241 00000000000000000295c1d524ba6ac97d0dbb903d7efdf8a3cab2fec78c96e4 1,413 1.00/1.00 vMB 32
412,240 412,240 000000000000000000ab615b5a5ce68b4e77e3f648b81064b3c3249d440ba8a7 1,457 0.75/1.00 vMB 52
412,239 412,239 000000000000000002be76053f0ebfa20b0ade0d23d8c91e53fc59e8d7a1d707 1,276 0.93/1.00 vMB 27
412,238 412,238 00000000000000000117cf3e1145d13d1691414dc7d6c28a2c5f15a45d25e0b9 1,234 0.99/1.00 vMB 43
412,237 412,237 0000000000000000025146ba4621f97deead01941b303382b77e3284c0e8e52a 2,477 0.99/1.00 vMB 57
412,236 412,236 0000000000000000042ecb529c9a132c5dbdabd0da39d1e87d349169704eff4c 1,140 0.57/1.00 vMB 29
412,235 412,235 000000000000000002375494f91ff9069ec4736ed2a2c216f0f3d0993a85dd8d 105 0.23/1.00 vMB 10
412,234 412,234 00000000000000000125652c95f1bc190d74ff7550d20f1d5a3a5b01b7708c2a 1,230 1.00/1.00 vMB 28
412,233 412,233 000000000000000002f3d867e7ef26bc41f2169e71915e546961d229affe0044 570 1.00/1.00 vMB 14
412,232 412,232 00000000000000000271cc96779e599a7cd503bab108750c585f13cb3b4a2b31 134 1.00/1.00 vMB 8
412,231 412,231 0000000000000000028afab88c7854acd02f0be808ad87f896a3ba78dd14ffaa 128 0.05/1.00 vMB 57
412,230 412,230 0000000000000000043d68a5182d2f6274654a62e751d21dced658e20a676536 858 0.60/1.00 vMB 39
412,229 412,229 0000000000000000011c91b1c5a4f3b948c5f5f125b5901dfbc5b761b67988e7 1,360 1.00/1.00 vMB 26
412,228 412,228 000000000000000000dde8da324ad33d931fbd61b416e3c0312db1ba9b3ac606 1,886 1.00/1.00 vMB 56
412,227 412,227 0000000000000000038dd80827e3ae06450ceb9883657d345b81633853774eec 13 0.00/1.00 vMB 126
412,226 412,226 00000000000000000151b6bae5e6db9760658193e7af78474b9907d6c0c3f341 1,556 0.99/1.00 vMB 31
412,225 412,225 0000000000000000048fd76ff8deb348922956be1768e701f31dc4826d109e08 1,569 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.