Loading Tool

Explorer IconExplorer

Memory Pool

15,266 transactions
6.98 vMB
0.02049692 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.08/200 MB

Candidate Block

Mining Attempt 1f0c33bab24816cdd029ce06d32c350bba80ff57b80dfe7f44a8bbbf77a00d61
Version 20000000
Previous Block 000000000000000000018334698b3f919b91679f9b8aa9a5b7a32751b5feadf4
Merkle Root a5714c9af7e40bd5a7393d6ca644f4c5f90e66e91ddf28cc590f692867676f25
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,459
Size: 1.00 vMB
Total Fees: 0.00725704 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,441 (725,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
188,234 188,234 00000000000003ca99e7d51e9920c2d2c9d76997210b2d38fcc7b4c68d1d4f30 82 0.03 vMB 68
188,233 188,233 000000000000033ea5eab688fda57ee6ae38a88bd20fa0714828688b601c796e 218 0.12 vMB 99
188,232 188,232 000000000000092a09b63dd36581a5ed6b6beef6132b12bf4ffd9c9878c19499 1 0.00 vMB 0
188,231 188,231 000000000000087bad2387b1fd9ad50cfb80d425867f8c4ed9a8efe35e679ee2 479 0.25 vMB 118
188,230 188,230 00000000000001ee80fc88b6edd40977139a1470603effa4638da6e48baa6b65 129 0.05 vMB 130
188,229 188,229 00000000000008dd57627f740009dfb4294485bb6ac0a880e4c930bc5beb2884 128 0.06 vMB 109
188,228 188,228 0000000000000084362bdf7f959cf32fb5a6513e56174ffe80ae3595788781ca 374 0.12 vMB 141
188,227 188,227 00000000000001b458025f8deb641d180aea874003e8acd087abbe2b29982279 128 0.05 vMB 299
188,226 188,226 000000000000030740ded041922a9c35e3d796f4caa9aa61c4d594204b2c2f70 65 0.02 vMB 76
188,225 188,225 000000000000077d0242edec706d3d0f37dc940ab9b932c176408095bbcb422b 216 0.12 vMB 96
188,224 188,224 0000000000000408e7c0826ab653494b4e93bbb3967dadbfa43b86d9f7bfa753 32 0.01 vMB 0
188,223 188,223 00000000000003c40aa273d3c6c721859a65713460e55c8b9c21790e20296429 205 0.08 vMB 144
188,222 188,222 00000000000005c92f8b3fb551f62cea3fa54cae852e066d392cba647dad39ae 21 0.01 vMB 99
188,221 188,221 0000000000000120b8359c69354f412014c527684adc94333feaaf3fa2eb7814 64 0.03 vMB 124
188,220 188,220 00000000000002a4889077384af6f57b4b5acbf975a063412d207b481fc24132 118 0.06 vMB 99
188,219 188,219 000000000000086708b1694f79939142e851376580897e8d0013737fa7650086 9 0.00 vMB 104
188,218 188,218 00000000000001563313789db0bef63579172824251e9481a61e846a9301bc55 297 0.18 vMB 103
188,217 188,217 0000000000000674b2bc9ee8842e238a886953aec773550bb9f8cdbdd132ce31 117 0.05 vMB 58
188,216 188,216 000000000000029c1202325a748778bf4b64ba2d12d47fbe91c09ed1e711ea6b 128 0.04 vMB 197
188,215 188,215 00000000000001f9a93f1c1e6ebc8bf022d489246b28c66d796805eaeb10c04e 797 0.35 vMB 148
188,214 188,214 000000000000010176f9e3bf50fa6ebbfbae05ab8ed571c173ba00e81993aab2 32 0.01 vMB 10
Previous 10 blocks ↓
Total Size: 779.64 GB

Node Details:

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