Loading Tool

Explorer IconExplorer

Memory Pool

36,292 transactions
26.19 vMB
0.07276467 BTC
Random Selection Loading Transactions
Max Size: 133.87/200 MB

Candidate Block

Mining Attempt 6844f4edfdab7e53801d08c95ae1757f3f4d3c807e0dd6691d1f9176768dc942
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root cef0df221d00ba71cc45866911932ad7a85b736b1af5bd7da06d5225c973dcb8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,914
Size: 1.00 vMB
Total Fees: 0.02439255 BTC
Feerates: 713.01 > 2.44 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (81,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,194 833,194 000000000000000000013a81f82f1f84a330b8b0a8172d1a9a689130ca936c2e 2,797 1.00/1.00 vMB 77
833,193 833,193 0000000000000000000031f94e1c1c43fe5c89ec07e62cd4e07ff72de26b3a8b 3,462 1.00/1.00 vMB 63
833,192 833,192 00000000000000000000b0a3bf6f0fa866d5230d34304791d8d3c7c991135d9d 2,927 1.00/1.00 vMB 65
833,191 833,191 00000000000000000000c123314ea9c1e678f9a8af0180cade5ecb47e19bdf24 1,897 1.00/1.00 vMB 61
833,190 833,190 0000000000000000000317aaac105392affff2c9250f3a9a868277ce17d26f89 3,033 1.00/1.00 vMB 97
833,189 833,189 000000000000000000032a488f0ab03f4d27a742f382c85a485e05cd0a5f5b94 2,868 1.00/1.00 vMB 73
833,188 833,188 0000000000000000000388cbb920d33acb500a2a6f718c71c96f077fd036be0f 2,623 1.00/1.00 vMB 73
833,187 833,187 000000000000000000028c4a9a56804ee6c7ae83a46c94fb2487989650abcfc1 1,836 1.00/1.00 vMB 99
833,186 833,186 000000000000000000023eedab022c2f0d1054b2ceae96a3ed19debcdb9b22ca 2,379 1.00/1.00 vMB 83
833,185 833,185 0000000000000000000380186375854e381859be503e5dfa4286480b9c408a64 2,730 1.00/1.00 vMB 101
833,184 833,184 0000000000000000000368059dc2bed25959ca9c9f514fc4db62bc9506d387a3 2,409 1.00/1.00 vMB 76
833,183 833,183 000000000000000000017277add08d25f8174e222e47ad8a223c1c2334d8ca76 2,031 1.00/1.00 vMB 85
833,182 833,182 00000000000000000000e228713224a0b425c6f11e0666eaa07000cde6d78c08 2,692 1.00/1.00 vMB 98
833,181 833,181 00000000000000000001aa740ede7df517a2371d2293cf59d7af69debf83745d 1,931 1.00/1.00 vMB 94
833,180 833,180 00000000000000000000f3f5405563a6384bb3b01e1326c994bef5b4eb19d0af 2,826 1.00/1.00 vMB 104
833,179 833,179 00000000000000000002d07b21c29b40929ece9615e4e1a7b2524ba15fecef29 2,673 1.00/1.00 vMB 124
833,178 833,178 000000000000000000037de4d711aba849344170780dbdfa2eca1c098472dc9a 2,587 1.00/1.00 vMB 86
833,177 833,177 00000000000000000000763b1227a7721f822d561240d41b6a959c89da778cf4 2,043 1.00/1.00 vMB 82
833,176 833,176 00000000000000000001e3ad39a44e29864372423fffac7f7261547567631ae5 2,094 1.00/1.00 vMB 87
833,175 833,175 000000000000000000011ecacde55b909b27c6866abb3d957e40240a785e810e 2,089 1.00/1.00 vMB 98
833,174 833,174 0000000000000000000203d32ebdaebfbcec6baa8c82141677a32187a023ac44 2,074 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 781.82 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: 636.01 GB
    • Received: 12.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.