Loading Tool

Explorer IconExplorer

Memory Pool

73,538 transactions
28.11 vMB
0.06667154 BTC
Random Selection Loading Transactions
Max Size: 167.22/200 MB

Candidate Block

Mining Attempt f1cf69cb1109d1545df60e97426499c10d86d3cd296fde565d5ac8a9439ff0c3
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root 89af98f1a0e549e48af45fc0190ff043fd8d3166c864da93a1e74e52aa95689e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,179
Size: 1.00 vMB
Total Fees: 0.01049986 BTC
Feerates: 101.62 > 1.05 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (270,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,787 644,787 0000000000000000000b3031700db95ebb6a81074f2b9c2476d8afacc1457505 1,414 1.00/1.00 vMB 72
644,786 644,786 0000000000000000000892a2310c883103d21f0c2b81fdfd9949b7d0a991f636 1,497 1.00/1.00 vMB 79
644,785 644,785 00000000000000000007d545f2991704286baa90981f38caa66570de7c8a8130 1,344 1.00/1.00 vMB 72
644,784 644,784 000000000000000000002696833135fc22cdce9d1858011fd7bdb41101a09409 2,412 1.00/1.00 vMB 151
644,783 644,783 0000000000000000000b2ada2fb759128ae1779542f4d22fee923c718a054cd6 449 1.00/1.00 vMB 46
644,782 644,782 0000000000000000000c735a88a50d64036d05e0053024f9d0570c1e9162039d 2,540 1.00/1.00 vMB 45
644,781 644,781 0000000000000000000b8035edd3b3606ad53ae5f881725e76d9cc85f03310fd 2,399 1.00/1.00 vMB 106
644,780 644,780 00000000000000000007fc8d3201c9618bf04ebdeb58aae0b0ecec80a20daf47 3,175 1.00/1.00 vMB 160
644,779 644,779 00000000000000000010476d4f6133a4c4906725b010694a1c098f9e7ee3d2a2 2,714 1.00/1.00 vMB 47
644,778 644,778 0000000000000000000eda6f7efffd2547823a0d8a48700fa02d097273d84c4b 2,626 1.00/1.00 vMB 81
644,777 644,777 0000000000000000000a6cf83ee3f4bf97c1966b0a6bf6ced3bb507a2559a975 2,096 1.00/1.00 vMB 139
644,776 644,776 0000000000000000000c82817b9d6d1bdfbe25659cf4bf45caafc3c561055191 1,175 1.00/1.00 vMB 138
644,775 644,775 0000000000000000000373e51e6b8733da0964bf84913752da21adcc3656360f 2,328 1.00/1.00 vMB 151
644,774 644,774 0000000000000000000a7c990d8f100d46b12b1cb8ea201fbac6605b3ede9b41 2,563 1.00/1.00 vMB 152
644,773 644,773 000000000000000000087be3165ee8c930f5f8de3f9cc4ea3fafa1941afa25ed 609 1.00/1.00 vMB 49
644,772 644,772 000000000000000000076102a0c637d487fb8855247ccf4d9e9173a2c55f5bc5 1,661 1.00/1.00 vMB 80
644,771 644,771 00000000000000000009c57fdc5adb890fde715210045a53633f5b4ab436d6fe 2,187 1.00/1.00 vMB 102
644,770 644,770 0000000000000000000489972c0ea50999dab8acab70eb4ade31ead99e03579f 2,368 1.00/1.00 vMB 76
644,769 644,769 00000000000000000006422698da6128338727b16b82bebeb5e351db84ac99bb 2,685 1.00/1.00 vMB 61
644,768 644,768 00000000000000000007589f1dd366f06b9f76742d814c8b700db10c4f41cea1 2,428 1.00/1.00 vMB 86
644,767 644,767 00000000000000000000a2a528b2e0fcd9493812c22156acb45a3561cbac3940 2,396 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.54 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.