Loading Tool

Explorer IconExplorer

Memory Pool

24,206 transactions
10.60 vMB
0.03177351 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.63/200 MB

Candidate Block

Mining Attempt e1ed20a632468fc9202d4ea6dbee99b86dd60e581891e1209876bcd7bc1e4e7a
Version 20000000
Previous Block 00000000000000000000763bc27d9459c69b40675f4f5e0a66e2b4c8f6dd3654
Merkle Root 5ac546b4fb7471bf63bcb1ebad0fd01e413acfec2c21820d0d787d76ef1a0324
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,643
Size: 1.00 vMB
Total Fees: 0.01420347 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,525 (674,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,042 239,042 0000000000000034f3fb6389cb41735194b5dfb0057df8f60b29d798c43564bf 200 0.10 vMB 192
239,041 239,041 000000000000004b1abc96e3a0fc8f5dd281ca416e0c70ff271f5e1a2f58300c 45 0.02 vMB 148
239,040 239,040 0000000000000115a68aaec52956234e577a7f37b6f71fd7f96983e893a46587 231 0.10 vMB 180
239,039 239,039 0000000000000115f48a0db1727b542052d47e371d61ae67e853e7040b81a90b 504 0.23 vMB 166
239,038 239,038 00000000000001274e8ee5b8a068a71697ebb261b41ce72f0501d19d266e673e 293 0.14 vMB 170
239,037 239,037 00000000000001386657cdcef140208b971b535062563a495cf74883ecc984c6 123 0.06 vMB 11
239,036 239,036 00000000000000fdcd0298f081e3106f6b6407daa22444cc992410311c48b8d3 287 0.12 vMB 154
239,035 239,035 00000000000000aee8295c2ec45870a06b5fa3233550932da04aedf1b0c0c84f 316 0.15 vMB 129
239,034 239,034 00000000000000d66a1434ac6e8a65670f4eec4117749d56cee5e30a5f5e2f06 154 0.07 vMB 157
239,033 239,033 000000000000007237dbff1624b4ef5715409131dd9d5ee67c61b0841a6e4de4 61 0.02 vMB 186
239,032 239,032 00000000000000baf660b9b036783cb3c28367453d54a159e34a0b2504b381c1 88 0.04 vMB 154
239,031 239,031 00000000000000f859afe70491e14b8c858837cca1043fdee1fe53fc8f4d952d 278 0.13 vMB 155
239,030 239,030 000000000000009d19f00a6e298961677b78ea4256bb2ce9e63299274680e9c8 260 0.11 vMB 181
239,029 239,029 00000000000000355d57794d4af11d6533c9ea5e7373332cf47a7b0991cfe06f 406 0.19 vMB 157
239,028 239,028 00000000000000d1b9e6bcd476ccbc7e05931e450deb85d54e79214ff86bc249 220 0.18 vMB 109
239,027 239,027 0000000000000018a856e2859bf31ed85255de031bf581ebc1f6ee53dba9e3b4 446 0.22 vMB 153
239,026 239,026 0000000000000034d026f92c18e36eb4b797b80fe0b1baf049cc889ea2e0647c 13 0.01 vMB 94
239,025 239,025 00000000000001100c4f555b213c2b075ead03505b9944ba533cc15c7f8e30af 246 0.12 vMB 146
239,024 239,024 0000000000000036616005c3db3262eb4987c06ab2a49418723641173e38b319 6 0.00 vMB 51
239,023 239,023 00000000000000e2f3abee5968b5017b39e6f490f78b36f2de2c4548bab1067b 484 0.19 vMB 214
239,022 239,022 000000000000007d323bf1b24daac4fd8a1f8adb7c321b45e99d77448fa6dbba 188 0.09 vMB 191
Previous 10 blocks ↓
Total Size: 779.77 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: 397.14 GB
    • Received: 2.03 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.