Loading Tool

Explorer IconExplorer

Memory Pool

27,783 transactions
13.90 vMB
0.14701958 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 76.09/200 MB

Candidate Block

Mining Attempt 4916b4391b5a18cba7baf8592619481764c7df010995c7796737f324bec8ec41
Version 20000000
Previous Block 00000000000000000000282cfa1c1336a9ecffd7bdef4743cc1d073745e85651
Merkle Root 0ae57522ec7b5ef41b35314f647112877d58edf4d77307ea776fd9959137f806
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,813
Size: 1.00 vMB
Total Fees: 0.09112860 BTC
Median Feerate: 3.61 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,313 (773,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,258 140,258 00000000000005032be83fdf981147118d6384c98de1a1475a450d1b603be67b 98 0.05 vMB 328
140,257 140,257 00000000000003fe320d9a3f9978738afc39c552978396bb2a8e0ae6a7f33f16 77 0.03 vMB 257
140,256 140,256 00000000000006453d8ba8c2329f721c3da75da0a7ef15c57aff42bc9ed81214 42 0.03 vMB 372
140,255 140,255 00000000000000201c318aadc90a3938d263521b0a80ddca9fb556b50fbb6a3d 43 0.04 vMB 322
140,254 140,254 000000000000063b829486cbe4f8b914bc864e90d8a568c7f064ebe2f4ce4729 153 0.05 vMB 158
140,253 140,253 00000000000002ab6fdd27a2b581e0fca669b7c7f4f4eec00ed04abcb74db658 11 0.00 vMB 1,339
140,252 140,252 000000000000076a8eae9746e7889f7c00b1a6e4be695a792faa5b47caf38d3f 159 0.05 vMB 139
140,251 140,251 00000000000003a20cd7c6bd51a23ca30f827f2fd25d2ac796f947cf7fdb1362 111 0.05 vMB 113
140,250 140,250 00000000000003bf964fb3fb4041cca796657cf33d5d138391f5fa8e60748a04 53 0.03 vMB 476
140,249 140,249 0000000000000384e857f17555dfed2aeb5cfa36c757a73d69a23948b8ed8a94 185 0.08 vMB 626
140,248 140,248 00000000000006bbab85743441ef09c2ea039a4cca16d29ecadd738475e971c4 78 0.05 vMB 5
140,247 140,247 00000000000008ad6eb311b93eccc152629be2fc0a1fe5b01e51731eebad606a 211 0.09 vMB 784
140,246 140,246 00000000000007657aa7c6fa12b85fe3f85668a4ba46243562f0518d16b61c4e 61 0.06 vMB 959
140,245 140,245 00000000000005cc765e65ee4eba7308a3f6abcedef96731d103e2087221a886 119 0.03 vMB 40
140,244 140,244 00000000000006dc349328b09f13eeb3bcd72169e356ea6a92a6271bb281b4b8 174 0.05 vMB 35
140,243 140,243 00000000000001d546e08d9b0be534a1b085692027f39c01f688744b9a7bf06b 18 0.01 vMB 156
140,242 140,242 000000000000012aed47c24e5daf5ab1caccda415db751d8e2a0d6d2da7a0d47 109 0.05 vMB 314
140,241 140,241 000000000000030979e775c60509e18b16f151a2c3343aa39f9d25a7e4c87bd6 82 0.05 vMB 112
140,240 140,240 00000000000005515442dcf3bf41136598ef49c271289c6fca6a43026a949607 94 0.05 vMB 64
140,239 140,239 0000000000000653c70bb77dcec16f05e8dec4026a3772faefdf27e6a8762fad 61 0.03 vMB 469
140,238 140,238 00000000000006ab3ff62664c07f088118fc49c4bfe2da44a1d95638876c3f0a 68 0.08 vMB 687
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

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