Loading Tool

Explorer IconExplorer

Memory Pool

27,062 transactions
6.24 vMB
0.04868580 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.63/200 MB

Candidate Block

Mining Attempt 9bc4af0ef4f658c6635f0b261f5a732d00931e08dc214ad1a2b23da6533b2604
Version 20000000
Previous Block 000000000000000000021b497c4d33434100d408d0a7151ec3263bb19986820f
Merkle Root 6191656571ab0c81ee3513547bbabaf06d3bb98930bbbb4187ed5c587db3ff2c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,692
Size: 1.00 vMB
Total Fees: 0.03274437 BTC
Avg Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,122 (781,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,073 132,073 00000000000005482a0d583f42ae60100d9b33305accdcef299bd6411822aad7 0.02 MB 20 1,353
132,072 132,072 0000000000000d3a0229fe2852bb91ec9dd278a26bfe47f6ddc9715511d201b3 0.01 MB 47 1,040
132,071 132,071 000000000000027502383befcf0b3c368d98057b4580f7ed8994ce78737e0205 0.02 MB 41 1,006
132,070 132,070 00000000000004338b532c50a0c346a04e5bf55084b57dcf1a81b1162f1c0313 0.00 MB 13 717
132,069 132,069 00000000000003dd3327791877f9be342299a9b0eaa5e51bd6da2262af74a9d3 0.02 MB 39 443
132,068 132,068 0000000000000f37685289afa7fd37e14caa779986d6fbe4fe8889d8638be902 0.01 MB 6 0
132,067 132,067 0000000000001180688727d77f9de022b1dfdc79fd9a251ed003cc0dd757a229 0.01 MB 24 1,003
132,066 132,066 00000000000003bac50e46e56f9c0af94114bbc40c88b41e53239389537deeb4 0.02 MB 45 821
132,065 132,065 0000000000001293f096a14337dd87bac3ab69eab994eadd3aa1b467370d5fc9 0.01 MB 22 246
132,064 132,064 00000000000001f85041b4104e6de0d296d4636aa3a4bec41a4c0c1161463c1a 0.01 MB 28 877
132,063 132,063 00000000000008e8bafc22d819173042459d45f3f5346ad77fa08c43dfafabbc 0.04 MB 134 33
132,062 132,062 0000000000000eb11068bdfa2c81019e38c6be77c159ab0aec1d24bb8f55c1c6 0.02 MB 55 785
132,061 132,061 00000000000012d20427a12487ff162a91ca49b086595e099a0e1ae0c1b45f83 0.00 MB 15 1,140
132,060 132,060 000000000000090e0f99c3d99e26418e1e25ae80cf94faf7cde2ae39940ea75e 0.00 MB 11 277
132,059 132,059 00000000000004c9c708c075b6d33e390037ff609c7f0445c57337c83120dd67 0.00 MB 12 348
132,058 132,058 00000000000006aca48be9ef22e4e3985491cc4ed4553c1b98796d619427739e 0.01 MB 23 352
132,057 132,057 0000000000001154a735afeec0f37ac860d6df98ad2a65f68eb18cfc3be609b4 0.02 MB 19 54
132,056 132,056 00000000000006cdc95a0d5b31c60bbc7ddf3edfd9a1e6f8d0fde76de0e5a178 0.05 MB 69 175
132,055 132,055 00000000000011d6614b356e9b0f71bb5e7f3079ceb721f7e6f6e8ca0b682a4a 0.01 MB 22 185
132,054 132,054 000000000000049ebf8211292b61cc32e187ba66f8cc71973537f15ce55914a0 0.01 MB 13 144
132,053 132,053 00000000000012f49b97d09261f024b7c61067c7612fcc167f0f22740685c784 0.02 MB 5 53
Previous 10 blocks ↓
Total Size: 779.07 GB

Node Details:

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