Loading Tool

Explorer IconExplorer

Memory Pool

80,487 transactions
29.69 vMB
0.09237143 BTC
Random Selection Loading Transactions
Max Size: 179.86/200 MB

Candidate Block

Mining Attempt 293331317e106f54e56403900aa8d95cc269a60138463399b4d56cec1e0d761c
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root f6a104f2276cd9a226afb60c06df2146dc78bc9df71286e0d8e6a5fc2bda7ec6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,394
Size: 1.00 vMB
Total Fees: 0.02862979 BTC
Feerates: 278.95 > 2.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (328,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,994 586,994 00000000000000000014025bc605f8c4f4662472ac0b58e412edbffdca31f754 2,223 1.00/1.00 vMB 50
586,993 586,993 0000000000000000000ccfd3258d686561ed5ab34f2d09b0633a9eee33553fed 2,858 1.00/1.00 vMB 13
586,992 586,992 0000000000000000000ebd883c80f47f0c1e843e594611181ce04d70497312ad 2,544 1.00/1.00 vMB 28
586,991 586,991 0000000000000000000234eb61e0668275769d9e2a48570221104dd8f84eeddf 3,060 1.00/1.00 vMB 53
586,990 586,990 0000000000000000000f699ab6d820468d68af1f2f86fa3a404649537b26d040 2,190 1.00/1.00 vMB 67
586,989 586,989 00000000000000000015f889768182b37327a68b2111c59eb865c02c82d6fcf9 2,930 1.00/1.00 vMB 62
586,988 586,988 00000000000000000007b78c52c9f43efab5b4948fca98a19a6a1303b0aa6da7 621 0.22/1.00 vMB 7
586,987 586,987 000000000000000000188bf3ef2fd51e912e51469428937657f57faa3e4b366c 2,676 1.00/1.00 vMB 45
586,986 586,986 000000000000000000183cdf95f40ab6f938acb7a8f89add64929638f7771056 1,065 0.47/1.00 vMB 11
586,985 586,985 0000000000000000000bd29e6298829ba67c5e9c8e559d1d8032bce109a8b5d4 2,258 1.00/1.00 vMB 27
586,984 586,984 000000000000000000084f9ee881c2c61f2e2fa6a256c9f8b0a278924073e592 2,719 1.00/1.00 vMB 43
586,983 586,983 000000000000000000060cbd7bd5793e8eafee39fefad67a114bb5d77e39b27f 2,239 1.00/1.00 vMB 8
586,982 586,982 00000000000000000018cfc100db65f394af7b44c9f58a25fce7833aa6f8e4c6 2,554 1.00/1.00 vMB 41
586,981 586,981 000000000000000000048b0df41ee7f3e66edfcd5535c440b08ee83f9eaff84a 2,516 1.00/1.00 vMB 44
586,980 586,980 0000000000000000000866d76e43bae9e73f8645b0d6ceef24d66cdc4eb53ce3 1,301 1.00/1.00 vMB 58
586,979 586,979 0000000000000000000ab54e1ad406e9e0737708650b79d7acca60bf7a90fcf1 2,873 1.00/1.00 vMB 70
586,978 586,978 0000000000000000001869c57b45c69a29711b85b163abc75665652518fedb4c 2,162 1.00/1.00 vMB 29
586,977 586,977 000000000000000000157d851c6290175ee5b0b01faba1701922d37d58636179 2,631 1.00/1.00 vMB 40
586,976 586,976 00000000000000000002af9efbce2ea4601711a893b514464d9b9207fd26e7f0 2,866 1.00/1.00 vMB 47
586,975 586,975 000000000000000000088a8d44caa7492a689a1d483b989a8436af7819795b09 1,559 1.00/1.00 vMB 21
586,974 586,974 0000000000000000001a6d5d329d28e4cb592eb486e99f0ec7a38c02ca974535 1,204 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.56 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: 670.07 GB
    • Received: 15.81 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.