Loading Tool

Explorer IconExplorer

Memory Pool

30,530 transactions
10.32 vMB
0.12889113 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 62.85/200 MB

Candidate Block

Mining Attempt f3e592b42461dfe0b1629d3f86f7baaa20c0dbe0537dfb902efb1213f56c4976
Version 20000000
Previous Block 00000000000000000000ff025119fc1a893834cb4569c99c938adb36d4c496b0
Merkle Root f84270a18e36bc2ef704ae9470c679487f04b732343e5bf0e5fd4ac42681c728
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,379
Size: 1.00 vMB
Total Fees: 0.04128185 BTC
Median Feerate: 3.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,221 (739,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,157 174,157 00000000000004f6b43b2cceaa359d960f0db2c17d88b2630b690cb0919f3316 58 0.03 vMB 9
174,156 174,156 00000000000001d9857a56325a36a276552a4cf903442f941faa5a96b61ee2f7 109 0.05 vMB 203
174,155 174,155 00000000000009c3e51c886118612069b4c2d88429a676991852d6f478f47a73 33 0.02 vMB 16
174,154 174,154 00000000000003dfde4e3f48c6c5cfc3c9d716a344212d6a343be867fe0ea0c9 89 0.04 vMB 72
174,153 174,153 00000000000003f91952fc90fe708c3eb8d4330ea3e023d0ef75996debd1f3eb 33 0.01 vMB 64
174,152 174,152 00000000000000a989aa85678551d546ce1f9acb93334f68884781674a3eb404 1 0.00 vMB 0
174,151 174,151 0000000000000954d8ceca154b2895625406c00ba6eab828e64f08e655459b3b 35 0.01 vMB 44
174,150 174,150 0000000000000632f02ac3650bf00c42ebb9ef889287cc26374980e8eb793007 1 0.00 vMB 0
174,149 174,149 00000000000002aa95f449fb9f3e776f0d728515d8f842d6e026f01c3e401aab 1 0.00 vMB 0
174,148 174,148 000000000000000db9ad6f0ea873e93c1577669cfa7cd57eec5947fad7b7d848 69 0.03 vMB 88
174,147 174,147 000000000000049209d99b498fe552dddd4cc87513d4658189eec454d20f76bd 28 0.02 vMB 68
174,146 174,146 0000000000000162e643c0801f6c3979b0165a10e93c9e7f1c60ad0d76607852 59 0.04 vMB 120
174,145 174,145 000000000000022fff4d07079f83d77d27a452fed4176ff29bc10a145b6890e7 78 0.03 vMB 98
174,144 174,144 000000000000039d20e96660a9c150c0c7f3cbca4afc9e52f3322f70e17e79e0 141 0.05 vMB 14
174,143 174,143 0000000000000673a4166d9ea99a0196726402dd2572dc75e61940b9cf45afbb 127 0.06 vMB 156
174,142 174,142 0000000000000007eac72b891a0ed58592476977c2eb2609085b4693645dc48b 1 0.00 vMB 0
174,141 174,141 00000000000008bab66c582a01d4534701d1f41993cbcf7ed2877d6f5b4ae673 63 0.02 vMB 109
174,140 174,140 000000000000019413f7be04541ad7d7a1b4072b473a33b265d793863679cfef 7 0.00 vMB 812
174,139 174,139 000000000000007254c0f7851f1ddc9ab1cdeb9f1380e6bc4445ce52072d43b6 106 0.04 vMB 130
174,138 174,138 0000000000000239d25ccf6fd8d56fff684d3ecaefa7f01675653bda910dbe72 28 0.02 vMB 42
174,137 174,137 000000000000004849a9c0ea0adb40200fffa722a79d5ec60a9c75ab96924480 35 0.01 vMB 139
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

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