Loading Tool

Explorer IconExplorer

Memory Pool

75,048 transactions
27.70 vMB
0.07718620 BTC
Random Selection Loading Transactions
Max Size: 168.48/200 MB

Candidate Block

Mining Attempt ddd234e5eacb4c3a2a5fe7384c2ffe8533da603ecf38e7fca3b2a296223ccf6e
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root 990ad75c181ff7d19f3283c9257dca3f13df83a14a1397aae2d80d6c80b7bb13
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,414
Size: 1.00 vMB
Total Fees: 0.01796367 BTC
Feerates: 151.01 > 1.80 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (189,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
726,283 726,283 000000000000000000090494146405abf099e38dc82c199aec17e715b13c4bd5 2,842 1.00/1.00 vMB 14
726,282 726,282 00000000000000000002acdff0ce9999992d0ea7833787cf7e069d9bc21c9889 2,204 1.00/1.00 vMB 12
726,281 726,281 00000000000000000000b7451218349d7cd87f8a6366de52b34644a12e1ef7ab 2,436 1.00/1.00 vMB 14
726,280 726,280 000000000000000000087ff04464d05e9be26d8a6e88e25435c5a77827444ebc 836 1.00/1.00 vMB 4
726,279 726,279 000000000000000000033ce95cb70b8e86d9fd0fa5527c94e5853f61c4ffa1bf 1,092 1.00/1.00 vMB 4
726,278 726,278 000000000000000000010a7bc5ae2d64a1d02e5d4a99f460ee74d337c1175871 2,856 1.00/1.00 vMB 8
726,277 726,277 00000000000000000000ba2179ed078d05b70f5e19d76f7d8c2bceb4c206e5ea 2,418 1.00/1.00 vMB 17
726,276 726,276 00000000000000000008a3e2a01a81ff23ca9143e0e741fb388145cfc68615e8 1,190 0.51/1.00 vMB 11
726,275 726,275 00000000000000000006c20d391bc8f42cb5b4f7630d931132a570e6d045f37f 304 0.15/1.00 vMB 7
726,274 726,274 00000000000000000007ed88ee1405c8ad528513f7c73cf2bf9f251b43188c82 245 0.07/1.00 vMB 12
726,273 726,273 00000000000000000000760829e91467d00b7946d020cbd1d6eebeba7d3ec6cf 529 0.24/1.00 vMB 5
726,272 726,272 00000000000000000000915ec1a103bebb76c2b57ef6ea26fc79f45bb38ffb20 2,513 1.00/1.00 vMB 9
726,271 726,271 00000000000000000005fa941449f86c5403b5f8815f8e80d0b06d7b339d6979 2,147 1.00/1.00 vMB 13
726,270 726,270 00000000000000000000dade983efc3cc00b3d55ba3207327aeb650fe979eef2 693 0.55/1.00 vMB 3
726,269 726,269 000000000000000000022ceee6b97b696c0c6f1619d9cf42f3d857bfb8fc9a27 1,673 1.00/1.00 vMB 4
726,268 726,268 000000000000000000030e43a1ffb41b2b83b15fa8380b163b2d009a9109e433 1,940 1.00/1.00 vMB 15
726,267 726,267 00000000000000000004626afb87b7fa67dac93702d3981a4291909b5fe87a4f 2,321 1.00/1.00 vMB 7
726,266 726,266 00000000000000000005883490e5574a8c0f4b24f7d7bd0f26853837dd7a11d4 2,402 1.00/1.00 vMB 7
726,265 726,265 00000000000000000007f5d6c30fbc53a4917451d821641be40d3def77a0435a 3,104 1.00/1.00 vMB 11
726,264 726,264 000000000000000000026be1d1e1ca2ffac1bae6fee45fba95e1271e73e95610 2,459 1.00/1.00 vMB 10
726,263 726,263 00000000000000000004c79615d5996a0cb98f4f126d9850066a14ccef07cd6c 1,757 0.59/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.94 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: 714.90 GB
    • Received: 17.62 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.