Loading Tool

Explorer IconExplorer

Memory Pool

11,590 transactions
3.97 vMB
0.01516524 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 24.26/200 MB

Candidate Block

Mining Attempt 78e4aab84927be83c5f94c312abd109f5dd4768f3d8e1a80fc66e72e225c5864
Version 20000000
Previous Block 000000000000000000009a929be43b792df614d84143d9278cce62466a093c03
Merkle Root 0de3a5e7df2994aff3ede63453109172236b575eb60f1b76f419db5f493958f9
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,813
Size: 1.00 vMB
Total Fees: 0.01054511 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,485 (720,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
192,919 192,919 00000000000006d6e1196d6815955f88c3ad1928f64f4fc956fdb18b8a5a6b7c 256 0.07 vMB 192
192,918 192,918 000000000000026fd9b195af04eccea86c79d7f107ef8d40a77bea1a1bb9dd76 594 0.26 vMB 139
192,917 192,917 00000000000003d911acbb319e6a0dd40da572514bd31e7f31025221af6360f0 200 0.06 vMB 934
192,916 192,916 000000000000008f50afb2c37d22eb6cfafe02c709d6530d23ccb8f564254f67 8 0.00 vMB 3
192,915 192,915 00000000000005af0e5b3e4da256b5c75e82105022f1ead36e732f72e8b89ef9 175 0.06 vMB 127
192,914 192,914 0000000000000113edf2a19d11c8352913d667224cdecfe7445f2850775ba3ff 10 0.00 vMB 0
192,913 192,913 000000000000042e03c76e300a4935bd80560d62a2affb52b80c633478e175c3 99 0.06 vMB 96
192,912 192,912 000000000000034e13a8bea6dba501ddeb5ee18747070bc13d6af87ac0675b80 55 0.02 vMB 185
192,911 192,911 00000000000007d0b52161b8ea5d46a7505c89088ca0da3f69be14bd38a9c513 3 0.00 vMB 0
192,910 192,910 0000000000000824703eb9acf8a1214341c4445d1f46157095b0d9bf6fcafa6b 224 0.08 vMB 143
192,909 192,909 00000000000003f20ba32c7aaba1ead5bb061a39079348560ca0bd2688c0398f 103 0.05 vMB 105
192,908 192,908 00000000000001e67044a05a5cd85263a6356fbf0ba2065982befcc6338bf9f9 32 0.01 vMB 94
192,907 192,907 00000000000001668a913052d10762f8dfdef529377eaa8b03f1393dec4c0577 32 0.02 vMB 95
192,906 192,906 000000000000030fe8391778a50b800b1f4e677101c5f32ef2189c727bd1a998 399 0.15 vMB 133
192,905 192,905 0000000000000686c8a4be8a674fb49173fa3a5144b0f3954fd4910f15498e93 64 0.03 vMB 209
192,904 192,904 000000000000062b180110d15fe21d7f7ca0419f4410bdf7ebff55c1d600af42 46 0.01 vMB 17
192,903 192,903 00000000000007f6622581e6c6ce3f45d9633a2383fa5c70478beabfb4c08c7d 58 0.02 vMB 307
192,902 192,902 000000000000070029950a8a4b382c5c2402dddceae3eb2e3e221ea33ea30821 327 0.15 vMB 161
192,901 192,901 000000000000004cbb9988878934abe231356c0891832ebd8219302fcb8956da 34 0.01 vMB 175
192,900 192,900 00000000000005d6d2deb2c2b8960f7a3dccc95d41c8b7094d862765cdc5299e 309 0.12 vMB 130
192,899 192,899 00000000000004014101351494910405fbb24385e674173dd44f9ddca6b95e53 212 0.08 vMB 177
Previous 10 blocks ↓
Total Size: 779.71 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: 350.68 GB
    • Received: 1.70 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.