Loading Tool

Explorer IconExplorer

Memory Pool

8,841 transactions
9.24 vMB
0.02223520 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.81/200 MB

Candidate Block

Mining Attempt f089b96296f1b0c17355946c0ad851e883399b8f2aae49c844ddd552f058da98
Version 20000000
Previous Block 00000000000000000000786707c7185cfb38fe9a224c64bb9f67929ff2388934
Merkle Root 370ff451897d76f974a2aabb286ff945a8fd14b32ae956c062b84fc52062eb75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,668
Size: 0.99794575 1.00 vMB
Total Fees: 0.00875190 BTC
Feerates: 180.34 > 0.88 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,802 (561,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
352,449 352,449 000000000000000014b749f273d05627b8bb504d42290c3692fb3084f0abefce 1,678 0.75/1.00 vMB 32
352,448 352,448 00000000000000000953677fd6f179faf2a41fb763d202de2878e51551cb515f 516 0.27/1.00 vMB 27
352,447 352,447 00000000000000000f6caf313fe6a2f1b8d3a53eb6de874dc38f8161542b882c 472 0.21/1.00 vMB 26
352,446 352,446 00000000000000000750db3e21a82f9c8434184085285f37f1281ba3545159d5 312 0.30/1.00 vMB 19
352,445 352,445 00000000000000000b2dc5944180d13d2a4e0e2cb91f0d349fb556ded3e9219a 64 0.04/1.00 vMB 22
352,444 352,444 00000000000000000f2adb30514b9ea048c47c4cd136c05f00e45cf1fea8f920 229 0.13/1.00 vMB 25
352,443 352,443 00000000000000000b8aed86d1b69268c843918f7acb150cee62a7afbe089c3b 173 0.08/1.00 vMB 28
352,442 352,442 00000000000000000da55f296bdd16e5cf18a02ebaf7b3871878b2f3d28b8eff 1 0.00/1.00 vMB 0
352,441 352,441 000000000000000005a5933d0a4c001070d723f5ec28c853d60de7b8cd8eab49 768 0.38/1.00 vMB 78
352,440 352,440 000000000000000003414d752773f3aff69f6596954b4ca30979b395436daff9 113 0.06/1.00 vMB 20
352,439 352,439 000000000000000009603b248cff8564e530b930dc197a0673810a3ba73a426b 197 0.12/1.00 vMB 18
352,438 352,438 00000000000000000b3fbae66817dc63e0f16addeb1cf5f1b9bb86d49d937fca 1,242 0.74/1.00 vMB 24
352,437 352,437 000000000000000010227e66035b85b40e8caec4d146f8a6f8c6bd6a5b37b54e 648 0.29/1.00 vMB 28
352,436 352,436 0000000000000000011f44b044704ae8a08b42acb498f62c90ce22adbb936130 1,156 0.52/1.00 vMB 28
352,435 352,435 000000000000000010b46b3996db7926a57f81189c14307c16373e758d96ed90 541 0.31/1.00 vMB 24
352,434 352,434 000000000000000009570f8c048558fdbc7c566d9a1d3a2a500ff8e46dbed63f 681 0.30/1.00 vMB 31
352,433 352,433 00000000000000000ef30a788fa4152bfd1517427987f232231e414fbdedcb3c 767 0.37/1.00 vMB 27
352,432 352,432 00000000000000000de6b4495150ecd976bba9367676f22f9c32ead92d09bac8 196 0.11/1.00 vMB 25
352,431 352,431 00000000000000000abc736d565c2b07d9ed8723dd14a0866bbae72daa11b720 642 0.34/1.00 vMB 27
352,430 352,430 000000000000000009cbee4a1aef7c9f5a8aaabf07e14b0d5fd29c4285a8c4b9 754 0.37/1.00 vMB 33
352,429 352,429 000000000000000009afca6c6465edc81353deb072fa4fb3e88a7c56e765744b 696 0.38/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 780.27 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: 515.61 GB
    • Received: 4.36 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.