Loading Tool

Explorer IconExplorer

Memory Pool

26,991 transactions
12.11 vMB
0.03244806 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.10/200 MB

Candidate Block

Mining Attempt adda3fc9db93d0638ec8cb8514076b677d252a55b67d4c638fe2b6cf2bfa967c
Version 20000000
Previous Block 0000000000000000000013ca6935cd8b272fb35cd3514b6f5e9a070a459ec896
Merkle Root a0150ae58bd3f45e38a80ba5ce64771f1469c8abc0e8c6f0140766db97787f5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,168
Size: 0.99797325 1.00 vMB
Total Fees: 0.01199504 BTC
Feerates: 151.16 > 1.20 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,763 (668,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
245,122 245,122 00000000000000798e235f945a938e5d2a155c99d8fa89c535164249dc81b8d8 262 0.11/1.00 vMB 174
245,121 245,121 0000000000000050b60fecadb2146fd594db80b5bca34ec03862d3caa2a53523 263 0.11/1.00 vMB 150
245,120 245,120 00000000000000672b757cf1acd624a0a9d5bef7b641929b5e270ad8fd9b4af8 236 0.11/1.00 vMB 152
245,119 245,119 0000000000000082d7cdcd37a05840d3dd96ddeadea66f892e0bece2465edc1b 47 0.02/1.00 vMB 112
245,118 245,118 00000000000000c77a8037e4f4f62bc4c86db866810e12c37653c549f09f1d1e 75 0.04/1.00 vMB 134
245,117 245,117 0000000000000045b74180b02c735cc846aefac4b6e434d289e8c028cdb452d1 4 0.00/1.00 vMB 11
245,116 245,116 00000000000000bedbd5e5cde88e89c26d0bc07f69679f3cebc2f50b4e13794a 212 0.10/1.00 vMB 184
245,115 245,115 00000000000000474609fb5f3bedba652696ee41096f2e50c90a1c5618588903 256 0.12/1.00 vMB 67
245,114 245,114 0000000000000066ee5f9fbfaf284f74792ee6b664f567d7e2dfc1b8f351105b 410 0.17/1.00 vMB 168
245,113 245,113 000000000000004be24e43ae069943b47c1e7a8e0844873ad97de1b3ae1a99d8 197 0.10/1.00 vMB 68
245,112 245,112 0000000000000083027f50277322518b65d891007c72ceb5bad9ab531de8f953 64 0.12/1.00 vMB 62
245,111 245,111 00000000000000880d7d93724ff69022fd70e8013050976cc761342fce80422e 52 0.04/1.00 vMB 178
245,110 245,110 000000000000007d789be704afc432c8d28535796a522f8d45b20947cd103e34 46 0.02/1.00 vMB 162
245,109 245,109 0000000000000064f966ae3698f677327754966c1cb923515a5eee08c956c2cd 49 0.11/1.00 vMB 23
245,108 245,108 00000000000000c76ac7df71e02ed433a2f7eb7b25e6fe2f94d9e9247ef8361c 79 0.03/1.00 vMB 145
245,107 245,107 00000000000000ba36d58859c6241ed1802e583af9b1e126f1524882f66d9fa3 15 0.01/1.00 vMB 105
245,106 245,106 000000000000007cc96a15fbf51073939fc70a26bbe8fb9454496c5919100722 125 0.08/1.00 vMB 121
245,105 245,105 0000000000000004d05bb99af044ea70ed03deb15667c9011299f8d5dc7975ad 291 0.12/1.00 vMB 186
245,104 245,104 0000000000000014501634d7328c56780847157ed35241d477b9de43cb5bf8be 152 0.06/1.00 vMB 35
245,103 245,103 000000000000007c0d8eafe2881b800bb353b81fdeaa0a76ca3dd8cd697ce750 500 0.21/1.00 vMB 145
245,102 245,102 00000000000000427ab6b29237d34ca491d4395f92e91434c1f9e19c474304ed 205 0.08/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 780.20 GB

Node Details:

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