Loading Tool

Explorer IconExplorer

Memory Pool

26,495 transactions
17.46 vMB
0.03847598 BTC
Random Selection Loading Transactions
Max Size: 90.91/200 MB

Candidate Block

Mining Attempt 7c179a08db00fa4a3943470f08d89064325a920eed16edc31f553a248988b6a5
Version 20000000
Previous Block 00000000000000000001e35c56fee79bf0c8fc0be53126fb3bbbf415beca7a74
Merkle Root b1cb0cd7ea58ba790f64818f71ede89ae03b9712cec5d53591dcdac3898404bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,516
Size: 1.00 vMB
Total Fees: 0.00621179 BTC
Feerates: 55.17 > 0.62 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,142 (788,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,198 125,198 0000000000001fa7d7d98075f560bec897919c847d7d9f8bcf46872746e07b5d 6 0.00/1.00 vMB 741
125,197 125,197 0000000000003ae356e4596c95859e6434a083e7fc05c5d87a1b69cba5e73979 20 0.01/1.00 vMB 1,167
125,196 125,196 0000000000001afc93336b17837502b9d841ccdc7feee8364b4714c327408129 11 0.00/1.00 vMB 1,220
125,195 125,195 0000000000002c1597fd64053bcf2db016cc24d5f5a64084d270c90588d0127d 16 0.01/1.00 vMB 0
125,194 125,194 0000000000002c0bd7eedf4071c38e95bb811115e514aa6b935ff5b2eb6c7529 27 0.01/1.00 vMB 1,040
125,193 125,193 0000000000002111ab3f77b8c4525d4e5cb73d418502935ee66f04ac002844bc 16 0.01/1.00 vMB 797
125,192 125,192 0000000000002bad8da77b95ef9166528061b62efbe6f7bdcf2e8e509b2a52e8 8 0.01/1.00 vMB 753
125,191 125,191 00000000000030e8a0911a8bba9ba0af6e8fc118ac88a6bdbbdc7256802885c1 31 0.01/1.00 vMB 535
125,190 125,190 00000000000022fe1e71aa2e47a4a2fcbd4abc62e347a8dee78e7942ff93310c 24 0.01/1.00 vMB 337
125,189 125,189 00000000000003ff2e8771c5f15f0132a4adebd5417110c08e3a2021f9f4c8f9 28 0.02/1.00 vMB 881
125,188 125,188 0000000000000aa5fc1b3d19fe1b660ad0e0d2030f105e16511dd94e59411496 11 0.01/1.00 vMB 840
125,187 125,187 000000000000106b4ebdf2cf98da62402da4052cce6142daa0e785e0a2dfa61a 17 0.01/1.00 vMB 173
125,186 125,186 00000000000029bde0e545458fed1ce737ed123cb18f0010511d33f4c21f019d 14 0.00/1.00 vMB 1,027
125,185 125,185 00000000000017b7db1e846c955049fb3257fbd9e65826690af6c1d6de2b41ba 5 0.00/1.00 vMB 215
125,184 125,184 00000000000031e3ec83d143908e07c61b126896254427d3c000e14d66dc2e36 13 0.00/1.00 vMB 950
125,183 125,183 00000000000034beda1a10a0bf8fff557ca80bc644d7f3edd9ffedd2c41c6a08 16 0.01/1.00 vMB 1,060
125,182 125,182 000000000000149a5eb15073a7c105b083d7eb95ceca3c393517a835bd23c7fc 31 0.01/1.00 vMB 180
125,181 125,181 00000000000033cc0aa5b904165ad6e333d8c0d470a88a7261fcbe9861d7f9b0 16 0.01/1.00 vMB 299
125,180 125,180 0000000000001b622971718de5b4f975b3061314a794e324e10ab6133d5bb5e2 11 0.00/1.00 vMB 263
125,179 125,179 0000000000002892a297d3138b85f1e203f8edaf53801b225deb31f2254895c8 7 0.00/1.00 vMB 2,500
125,178 125,178 0000000000003f2606eb6499e9cd11ad1cbdf58be8a018b9d4b0dd1aa51bb167 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 562.82 GB
    • Received: 7.49 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.