Loading Tool

Explorer IconExplorer

Memory Pool

42,304 transactions
30.85 vMB
0.07629066 BTC
Random Selection Loading Transactions
Max Size: 156.74/200 MB

Candidate Block

Mining Attempt e93699a390ab12222b6a829c78f8e7af5f469b2b7ebb96510877f6532c0936ef
Version 20000000
Previous Block 000000000000000000015cbe27a61f38bc7dc0ddfdfb5d2a13fec1a6f44d5769
Merkle Root 798f67b3655e185b2d560ce0f7c8338dbdc16242c5c60e2030b0e214b10bb672
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,768
Size: 1.00 vMB
Total Fees: 0.01413576 BTC
Feerates: 73.20 > 1.42 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,456 (452,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,301 462,301 0000000000000000001f798c00d76105f9d56028392a80303dfb9915645367a4 2,442 1.00/1.00 vMB 197
462,300 462,300 00000000000000000200247be42b126d43bd9e07a55f3a1210b33256f56bd803 1,809 1.00/1.00 vMB 157
462,299 462,299 00000000000000000141e64a27b3de28a19a83be7a22fd29be246287229e3dbe 2,253 1.00/1.00 vMB 180
462,298 462,298 00000000000000000041e7a17f7f0f780e76021b5f1c2bb66d778d39708454c3 2,707 1.00/1.00 vMB 174
462,297 462,297 00000000000000000211502b23609aa19c3667ca29b09d45174235fe22ef1906 2,681 1.00/1.00 vMB 219
462,296 462,296 000000000000000002014783e12dbfeface1efac3a957ed51c6c372433c26ef3 3,071 1.00/1.00 vMB 186
462,295 462,295 0000000000000000011523d7477dd274b7e0dcc2c616b2e2f584ffdec20237d3 2,194 1.00/1.00 vMB 170
462,294 462,294 000000000000000000eb54b91661df4d4d95ade73334d5a3d13a752598c11a42 2,332 1.00/1.00 vMB 123
462,293 462,293 000000000000000000079bfd4469a45eb7cb3b114f71a0861e09923872c74036 2,165 1.00/1.00 vMB 133
462,292 462,292 0000000000000000014a800d6ab2491aba4366131f109d2447e97680a241bff3 2,588 1.00/1.00 vMB 178
462,291 462,291 000000000000000000426f893e31081a7c41e99d2dcfd95edb2b8f4810b800f9 2,089 1.00/1.00 vMB 148
462,290 462,290 0000000000000000010b7926388f87d3b81a768a8ab395aa148c77c71a2723de 2,348 1.00/1.00 vMB 178
462,289 462,289 0000000000000000020161ec04140418211a27046794d81991d921d016197cd4 1,676 1.00/1.00 vMB 101
462,288 462,288 000000000000000001327a87c29e3fc26b5da54d2cd9c1e5d5d7ed4c0f045798 1,575 1.00/1.00 vMB 125
462,287 462,287 000000000000000000b3467017f4adcd4b4639bab73ededb5207a97a5cfe57e0 2,458 1.00/1.00 vMB 121
462,286 462,286 000000000000000001c9aed4e300513db740c2f41b01f9098ab0680deb1dec75 2,026 1.00/1.00 vMB 150
462,285 462,285 000000000000000000d2a7702ce1e1978b24cdde77dd9a9c4d397e1a725497d6 2,236 1.00/1.00 vMB 171
462,284 462,284 000000000000000001deb81e9bdea4685f7947466be5af31f9f556ff3d2a9e29 2,276 1.00/1.00 vMB 135
462,283 462,283 000000000000000000b230ea5667dd961229e7db2c41656ee813b2e16923b98e 1,508 1.00/1.00 vMB 156
462,282 462,282 000000000000000000ff4c920d339f7211125f01957ac6d42a876162025764f9 2,781 1.00/1.00 vMB 207
462,281 462,281 0000000000000000005a50fc084ad976c068854f7b07bbfa2199e9a916ec04cf 1,986 1.00/1.00 vMB 282
Previous 10 blocks ↓
Total Size: 781.42 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: 606.16 GB
    • Received: 10.60 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.