Loading Tool

Explorer IconExplorer

Memory Pool

21,970 transactions
25.47 vMB
0.03335074 BTC
Random Selection Loading Transactions
Max Size: 135.35/200 MB

Candidate Block

Mining Attempt 6f127785e2bba28322a661de38cf4c5de9196baf0f3ff7dbe1548d55188b41d4
Version 20000000
Previous Block 00000000000000000000a37fc1cb0eb22cff75eacaf923d88cc2816904666c77
Merkle Root 39a634fc186b32c45a881329a64b3989f607f74195c0e42961c86dbe4fca88e8
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,090
Size: 1.00 vMB
Total Fees: 0.00504831 BTC
Feerates: 77.81 > 0.51 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,099 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,099 940,099 00000000000000000000a37fc1cb0eb22cff75eacaf923d88cc2816904666c77 2,947 1.00/1.00 vMB 0 ago
940,098 940,098 00000000000000000000bb805a41c529510b49b9dbd98315f1def920191822b2 4,888 1.00/1.00 vMB 0 ago
940,097 940,097 00000000000000000000252c66e4437aa8dc4aa8d8906f44b95abd4b31b71673 2,997 1.00/1.00 vMB 2 ago
940,096 940,096 00000000000000000000c9f321f80e33d24ea1cca487723629b48ed42f40fac6 238 0.13/1.00 vMB 1 ago
940,095 940,095 000000000000000000018ce22ef3068be6380ff2baf5d5dcd1e0ce02ff626ba0 169 0.07/1.00 vMB 1 ago
940,094 940,094 000000000000000000002ba51380c233fb698c204e695d4e9b04f7887d05bf04 3,128 1.00/1.00 vMB 1
940,093 940,093 00000000000000000000add25439e9229d168350b5215e0cd69c066f810f86c1 5,012 1.00/1.00 vMB 0
940,092 940,092 00000000000000000000527b50a279bae41398263f8e8890758b02f8cba5c1a9 3,102 1.00/1.00 vMB 0
940,091 940,091 0000000000000000000048261e7d66381d61c0ebd0917b669fcff80dc745a80e 3,054 1.00/1.00 vMB 4
940,090 940,090 00000000000000000001adbc28bce8d57e3caacb81a73d1232ca3ce2b1e137e5 4,323 1.00/1.00 vMB 1
940,089 940,089 0000000000000000000153a8aa57936c5894ec2dfe06bc1e379419ea4abe5763 3,281 1.00/1.00 vMB 0
940,088 940,088 0000000000000000000072101d6855c0a8495625b0a7bbb4d9eeb401196d4fdb 3,462 1.00/1.00 vMB 3
940,087 940,087 00000000000000000001689b3841eaac7900b7309edd9d4e120ca9f47a2bd4cf 749 1.00/1.00 vMB 0
940,086 940,086 00000000000000000000ce67384d7261850ddf565b5895525318b9a08d8d56d4 2,009 1.00/1.00 vMB 0
940,085 940,085 0000000000000000000093b0a90b550e1f70af3033349483c6e2180f55137f3f 3,455 1.00/1.00 vMB 0
940,084 940,084 0000000000000000000166fd5739af8983c6adcc62839cd4c4d77b128d5cfcab 3,607 1.00/1.00 vMB 0
940,083 940,083 000000000000000000012c82de29a4ef36c8aba64c7df35ccb7bb5bcb1c46c49 1,319 0.38/1.00 vMB 3
940,082 940,082 00000000000000000000eb34d8fe4da92fb0c93afc1b17e0d2f887eaf65ec616 2,646 1.00/1.00 vMB 2
940,081 940,081 000000000000000000015bdd7bf5246e0258d074ab36102f2407a4cd4d8ae79a 1,727 1.00/1.00 vMB 1
940,080 940,080 000000000000000000015fc02e52e96bc54e94b54582e17c561da63898d36dc8 348 1.00/1.00 vMB 0
940,079 940,079 000000000000000000007cf6da122ff1f0701be2714c3d52b3e03064563c558e 2,105 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 826.90 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: 4,436.69 GB
    • Received: 240.25 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.