Loading Tool

Explorer IconExplorer

Memory Pool

25,259 transactions
17.36 vMB
0.03999402 BTC
Random Selection Loading Transactions
Max Size: 89.94/200 MB

Candidate Block

Mining Attempt 3c2a1b1e1472bf9a98184f2c07bd13bba9c821d767a945a53c4fa8d14e0f46a4
Version 20000000
Previous Block 0000000000000000000067a94b6aa5ff191d69db38aebe330be5341aadf23220
Merkle Root fb7abd6b5941286791e42b00741b0695dfd02d77c19cebd46b4879e8842fa35e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,009
Size: 1.00 vMB
Total Fees: 0.00777745 BTC
Feerates: 200.29 > 0.78 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,895 (760,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,484 153,484 000000000000000754385342b8ae72d564945afb3e3af9b73ed9052448d76b9c 11 0.00/1.00 vMB 35
153,483 153,483 00000000000009978f9e33829c0891eb94e49f0f6f473bcc7ef2f4809dccbfdb 28 0.02/1.00 vMB 0
153,482 153,482 00000000000002a558cd33d9613d988d0cdd2c13590c05a8051c16db2a1ab1b6 32 0.02/1.00 vMB 42
153,481 153,481 0000000000000cb3a6cd2955866426103362f0df26c74d14fdf2a252aa3b7418 9 0.00/1.00 vMB 1,833
153,480 153,480 00000000000009455876f0d052791d7b3e023d397745384ee4724aec0d2b8174 148 0.05/1.00 vMB 13
153,479 153,479 0000000000000dbb77cbb07f3d45dd373fe3b2319536f423972f4f01110f00c3 81 0.05/1.00 vMB 63
153,478 153,478 0000000000000dfe586bd4c152ee00d269263d5ecbe261755a680c5070c9841f 106 0.05/1.00 vMB 293
153,477 153,477 000000000000055cd4f99d28bb30d43e7b72df1b863c861908d11a8ae33dc2c6 95 0.04/1.00 vMB 81
153,476 153,476 000000000000069a671e795f8d6fc41b67b775f873e52f2a5434a4d25dee49f1 1 0.00/1.00 vMB 0
153,475 153,475 0000000000000df0c93a31108c560c194a2905b5eb28acd8754d78ef41f7dc89 34 0.01/1.00 vMB 392
153,474 153,474 00000000000008b0bfd0d67178dc914d73e28791b11e81a35fe93d422f7bb943 92 0.04/1.00 vMB 59
153,473 153,473 00000000000004e7877912f365777b64f648b8bd6d4667446862295080bd5b4a 27 0.02/1.00 vMB 58
153,472 153,472 0000000000000072276f41aa58592e01a0b4ac2d50d22241998f51cb984cff0a 158 0.05/1.00 vMB 1
153,471 153,471 0000000000000b94b80f4b30c03cdcbd56aa40cac22e7683cc6376187fe6fba9 12 0.00/1.00 vMB 12
153,470 153,470 0000000000000475ed3be9ae964e8557be82001e7170b07b5c0ffd33cc45c644 47 0.02/1.00 vMB 78
153,469 153,469 000000000000099088ac20511045eaa14ca7c96276caf88114b5a1794f0ffd4a 40 0.02/1.00 vMB 359
153,468 153,468 00000000000000fc78e4f97e007ced4bfeede128f6bce59e8cb300d108d7c92a 30 0.01/1.00 vMB 79
153,467 153,467 00000000000001f62d651504c11d2b2ab8cc12a7d0d37c67c937ca84df678d6c 43 0.01/1.00 vMB 84
153,466 153,466 0000000000000193c52216f71a79e1312cb08693f60804c8efb385b921507a02 85 0.05/1.00 vMB 178
153,465 153,465 00000000000005896ae422ea59f36236b36ef46c01bd9ca1e3849c53e68f59f6 21 0.01/1.00 vMB 8
153,464 153,464 000000000000082e306f35451f71d28bf969f8f5d583252d0737d8190d01d88a 107 0.04/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 780.42 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: 526.29 GB
    • Received: 5.30 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.