Loading Tool

Explorer IconExplorer

Memory Pool

27,341 transactions
6.57 vMB
0.03740895 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.09/200 MB

Candidate Block

Mining Attempt 67ba59de5365e11647f23c9357822458147e2e92b4da2f922b68b326bfb39250
Version 20000000
Previous Block 0000000000000000000035dfe517b0b687cd16a9aadc5470f9c8ca35d5a2f442
Merkle Root f4537eb73c55bd1788183aa8b071c7d73be839b1597b8b30cf2a3a57610435f2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,387
Size: 1.00 vMB
Total Fees: 0.01928704 BTC
Median Feerate: 1.51 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,206 (739,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,172 174,172 0000000000000880978a0b67838b9325ab6f65e2a0945162cd9699425a1d9f6a 0.07 MB 156 193
174,171 174,171 000000000000006d286a8f435489c1c147f272a62a2886a765198ddc218ec0b8 0.05 MB 156 33
174,170 174,170 0000000000000421b228cb5df0953e2afebc13f8f888bba00823b6a9ad54485f 0.06 MB 130 196
174,169 174,169 00000000000006de63ff60f25bb737f13708f01adb166b38b6159ecb0da0665a 0.01 MB 17 253
174,168 174,168 00000000000002a897eccbc21cedb57c72a0ac1613ecf834c13a5b1d79585eeb 0.02 MB 12 52
174,167 174,167 00000000000001df078a990817a39755fcb738529a17bb58b47894b812853cc0 0.02 MB 34 164
174,166 174,166 0000000000000a07f83e20a7ed273db2e5df6d2b2c737f063f2aeb7256b3065f 0.04 MB 39 61
174,165 174,165 0000000000000364c8dc741d5f0349f4467376530ee0163429842a522d66ba30 0.05 MB 171 81
174,164 174,164 00000000000002c64a16568dff7cbea3b0e2bb017fb9e82d0f3bc699cbf8507a 0.05 MB 153 521
174,163 174,163 000000000000095a25b770d722c5b0b83c083683f2510067d75e17f52acf0830 0.05 MB 165 44
174,162 174,162 00000000000005688e2d1827bf14cf587d54924599039d5338f81a86a713c4ac 0.03 MB 52 65
174,161 174,161 000000000000087484ac2fe8dea8a28d227417fcd2c4b4eeb2bf87da83a7f5e0 0.03 MB 42 113
174,160 174,160 00000000000001d85f7fc072a5166055d16c4f7200bf3c77492f5d903c0ff22d 0.05 MB 126 162
174,159 174,159 0000000000000184ebb6cd4ee940ded749b9bb51a847a03d2433f736bf5e2f9b 0.00 MB 12 684
174,158 174,158 000000000000059905b67f34fc403d7286cb8a8fe7e44ae824b4a8b83e1db7a5 0.00 MB 8 0
174,157 174,157 00000000000004f6b43b2cceaa359d960f0db2c17d88b2630b690cb0919f3316 0.03 MB 58 9
174,156 174,156 00000000000001d9857a56325a36a276552a4cf903442f941faa5a96b61ee2f7 0.05 MB 109 203
174,155 174,155 00000000000009c3e51c886118612069b4c2d88429a676991852d6f478f47a73 0.02 MB 33 16
174,154 174,154 00000000000003dfde4e3f48c6c5cfc3c9d716a344212d6a343be867fe0ea0c9 0.04 MB 89 72
174,153 174,153 00000000000003f91952fc90fe708c3eb8d4330ea3e023d0ef75996debd1f3eb 0.01 MB 33 64
174,152 174,152 00000000000000a989aa85678551d546ce1f9acb93334f68884781674a3eb404 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

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