Loading Tool

Explorer IconExplorer

Memory Pool

30,337 transactions
9.59 vMB
0.15341375 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.86/200 MB

Candidate Block

Mining Attempt 978e6d54b0b53649626cb2e55e5c57659a0c8695d3f879bcec44da7684eccbe2
Version 20000000
Previous Block 00000000000000000000509134f4cc7e9cf327299f81f0e594b3d1dd3418e2db
Merkle Root 6b78d7ee2b8d6c476f9c3150eae8c78da9adf2c6be4faee594783b9027ea6cad
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,239
Size: 1.00 vMB
Total Fees: 0.08370971 BTC
Avg Feerate: 3.43 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,994 (724,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,696 188,696 000000000000091c53b538d8fb623473500236cdfb301d8ee85eea5413cddec8 0.13 MB 153 132
188,695 188,695 000000000000013a1adf6aa9cbab7cacc99977f69affd8cf0836895734c75c83 0.02 MB 11 31
188,694 188,694 0000000000000136d8b922fa901bed9e99ea71d9a258ff26d0597523baf0291a 0.06 MB 153 169
188,693 188,693 000000000000053172c4f14173d1fff41ba35a02d1cf9e0e2d4b861c836b1b27 0.03 MB 32 7
188,692 188,692 000000000000017beb1580f07ef48f7a397585cf1c8b727820e3a1c341760795 0.01 MB 50 20
188,691 188,691 0000000000000019321b42f526d63d04543718d8f20762bf004d5cd37717ea3b 0.11 MB 223 86
188,690 188,690 0000000000000387a75fd0d4f6afc54c292bd7af593cbdc5bd90d7dbed1ae5e0 0.00 MB 5 15
188,689 188,689 00000000000004cd0a7ee10369c91a4434a7991a31af994beb5403361539bfee 0.02 MB 39 140
188,688 188,688 000000000000023432fc0b0d30acb16ef093509c9c96aa9a1b59b9bd5a37dbda 0.02 MB 46 101
188,687 188,687 00000000000003a6982218b4cf7cbc09f977bc8e52c0d66c628c3c003169595b 0.02 MB 38 92
188,686 188,686 000000000000066af4d24fd938c4d6255ba7a24f5951bf3cc9477fa5c03d7811 0.02 MB 41 648
188,685 188,685 00000000000006613dd0b64025547a9f78a0f1cd17edbcffba6fb3ee56e7c36c 0.21 MB 722 179
188,684 188,684 00000000000001e21d3533af319394338ebba4c79ce9ba826a304b885d1d11b0 0.07 MB 158 162
188,683 188,683 00000000000000dd9511a289c0391a27fa4d38049b21955f29c10b5a8bbf8324 0.03 MB 89 97
188,682 188,682 000000000000094ddffae295a2764f01909dad4882f66a882e78f2f5a2b95039 0.25 MB 657 142
188,681 188,681 000000000000011d7a73b1ad92f1027193c921138ada76ac6cca73d1440bef6f 0.04 MB 129 49
188,680 188,680 000000000000008ecd3baf8daae3b3bd07d03396490a68444dd713997a53b420 0.05 MB 78 75
188,679 188,679 000000000000062c686c2daef8aada9ec7e037fe211caee459f61a50c504ac03 0.08 MB 172 116
188,678 188,678 0000000000000136dc44250a06f6c2aeb75b657457c70122ca9eaa71ca4752c8 0.19 MB 277 96
188,677 188,677 00000000000001609edecd7d1cfa80f9ba5dd700b306d6dac9177a2de7eca08b 0.01 MB 26 65
188,676 188,676 0000000000000088fa15ccdbb929f13686f489beda78c227b6207740b3771aa3 0.10 MB 196 121
Previous 10 blocks ↓
Total Size: 778.83 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: 377.13 GB
    • Received: 3.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.