Loading Tool

Explorer IconExplorer

Memory Pool

37,579 transactions
29.22 vMB
0.14156457 BTC
Random Selection Loading Transactions
Max Size: 145.87/200 MB

Candidate Block

Mining Attempt 09392572a214a72b919abbceb34e29d64fc9f5a615d6ba912bec8490bf255463
Version 20000000
Previous Block 000000000000000000004e4a0cd99092da9a80120adf6e0206d92201d13ffe85
Merkle Root 8861cd2765ea540a8aaafbda2d861f5fdba69adfa0a44d8c28d0f6ac3cf7f752
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,876
Size: 1.00 vMB
Total Fees: 0.08027983 BTC
Feerates: 200.00 > 8.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,521 (529,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
385,515 385,515 00000000000000000123e428d916d6125b0933176105a9814c9706e258908b95 1,973 1.00/1.00 vMB 30
385,514 385,514 00000000000000000eaac64a3b528379b6a1ae429084af71eac931a75249b599 2 0.00/1.00 vMB 0
385,513 385,513 000000000000000000d7ddc74f44d0fea66a6262a31e5dd17bbac92337952f4a 744 0.75/1.00 vMB 14
385,512 385,512 000000000000000004b77d2087cbe9c84a6812c394db51d78f6e10272ac5e83a 291 0.24/1.00 vMB 20
385,511 385,511 000000000000000008b7954f9c200f6b09175731962b4e59a82143f0fbc7ef7c 1,159 0.54/1.00 vMB 33
385,510 385,510 00000000000000000ef246c814f8cb8c1a26bc3c6cb1286bdbc5f4140ed3fc79 174 0.24/1.00 vMB 10
385,509 385,509 000000000000000002302af796efc87c1a851c0d6dcea079a554ea0e66e1c1c3 1 0.00/1.00 vMB 0
385,508 385,508 00000000000000000e1eaafd06b80b67988bbc4b2d9d736b169fde83df9230a7 533 0.30/1.00 vMB 30
385,507 385,507 00000000000000000e763031050c97f8cf72e8415b60a8caa2ef7a5678873af1 1,283 0.65/1.00 vMB 30
385,506 385,506 000000000000000000b707865ea57b5524be98c6f9b197392174efe7186f99b7 65 0.07/1.00 vMB 10
385,505 385,505 000000000000000002381c88e5f71ad0d7247ecc9c3fafd2c3214b9358670596 998 0.45/1.00 vMB 35
385,504 385,504 000000000000000006e1b2c1b32fd25eb470a0b111e5698386afb0f6edacd3ba 132 0.11/1.00 vMB 15
385,503 385,503 000000000000000004b9dd4e72ec59e616360b6358db86c76c67aba117483e41 483 0.30/1.00 vMB 29
385,502 385,502 0000000000000000059ad399fdfbf8b93cfc7bb02e5a8d987761a1beb7b2e6c9 410 0.26/1.00 vMB 25
385,501 385,501 0000000000000000011ca3422d97438f14d5172d84e8ff9aaee824b8b051409b 213 0.12/1.00 vMB 24
385,500 385,500 0000000000000000087ed6a37a09a4d80224d942c3652d199d09ff1ea07a7ed9 374 1.00/1.00 vMB 4
385,499 385,499 00000000000000000d7ddf45782aa91c0f5dfca6e7a153073d63e3e807f46d3f 1,091 0.49/1.00 vMB 32
385,498 385,498 0000000000000000036c5015cf07eb4f9c2f2e9e454875aea462d4cbd58755e9 172 1.00/1.00 vMB 2
385,497 385,497 00000000000000000bb873d00a40b75762c3d3746b2c74f47bd85ca4ab742aa9 1,346 0.64/1.00 vMB 34
385,496 385,496 00000000000000000abda896c5bc861ee61e85722929be09f155d2d3265a99b3 1,283 0.75/1.00 vMB 26
385,495 385,495 000000000000000005b79de5409d06ce6772603907bed11d75fcef24b7cdb492 677 0.32/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

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