Loading Tool

Explorer IconExplorer

Memory Pool

79,883 transactions
29.51 vMB
0.10658372 BTC
Random Selection Loading Transactions
Max Size: 178.37/200 MB

Candidate Block

Mining Attempt b19653719c9f92acc203e2204fb7a51a19f85b6567715b681d64234c0c2ffc42
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root c0579e30688594b1001301b2dfe0d6c782e27b18ce7e63a214b8e66894b19cbf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,392
Size: 1.00 vMB
Total Fees: 0.04222990 BTC
Feerates: 150.62 > 4.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (351,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,008 564,008 0000000000000000001eae0cd6075c0733327e8c39d9d61122204a77f3d9a655 3,037 1.00/1.00 vMB 41
564,007 564,007 0000000000000000000eb43a7bbb46df4614c0d9be954c2113c76e9c88a0a351 2,800 1.00/1.00 vMB 40
564,006 564,006 000000000000000000098fe5285f043c818a5cc812ac170194f444bf26c93463 2,924 1.00/1.00 vMB 16
564,005 564,005 0000000000000000000e32bc26aa6ff6f15312278bd4184c93cbc644d0cf773e 2,624 1.00/1.00 vMB 31
564,004 564,004 000000000000000000101f083dcb440693732b13b2ec68013d9f9c885f4fddad 2,178 1.00/1.00 vMB 31
564,003 564,003 000000000000000000188a98d87e60250f35b30f416217e0b8948d95b90de6af 2,906 1.00/1.00 vMB 42
564,002 564,002 00000000000000000015bc7a6d136d1087c34786ccd122bd35c6d9c0f430e76f 2,504 1.00/1.00 vMB 9
564,001 564,001 00000000000000000029506c19efed58ba46604760841c5e16a812f473234195 2,603 1.00/1.00 vMB 20
564,000 564,000 0000000000000000000813fa7d408dd3c961b8f9063fe49f0aa2392cf9b1e288 2,458 1.00/1.00 vMB 32
563,999 563,999 00000000000000000005bfcc3d5cc97b01872ac41cea232a09fd17fd91ef52f4 2,892 1.00/1.00 vMB 49
563,998 563,998 00000000000000000002a0fa3eb60b3be73ae5715c459384ef5e4de6fdc3a1d7 24 0.01/1.00 vMB 36
563,997 563,997 0000000000000000000aa10ab8831759258a4f4348cc98780d32c175e972c129 2,564 0.88/1.00 vMB 22
563,996 563,996 0000000000000000002c7a7291cbaf2c9cd804f7ccc8ba2836d4637af6a5e6ed 2,178 0.76/1.00 vMB 12
563,995 563,995 0000000000000000000b5ceb2d1c8bd7c5189c9d53cc50c65101dd258e920643 3,041 1.00/1.00 vMB 5
563,994 563,994 000000000000000000089529d9141be831b95dc0dca9792c7b64654c0c44337f 2,724 1.00/1.00 vMB 34
563,993 563,993 0000000000000000000b429b34afd7cf1fd516183549d66405eb93d265b7a282 2,596 1.00/1.00 vMB 32
563,992 563,992 0000000000000000001485269e7aa3215a69c5a1b015302e1b8c62ea5fd835a7 2,847 1.00/1.00 vMB 17
563,991 563,991 0000000000000000001a9672d47e419a1f9ac7b3754ea80fe481a4bfe8ab2193 2,047 0.66/1.00 vMB 16
563,990 563,990 0000000000000000002d1c9c0c1b3a5f48a426d4acb1bb39f3b15965de6346e4 2,280 0.70/1.00 vMB 11
563,989 563,989 0000000000000000001b19e528f60f898bf507b1b5869cdb5e4e5382c9df7ff7 2,965 1.00/1.00 vMB 16
563,988 563,988 000000000000000000283507be94843e450143c381c6d7e6b141c439c172472c 2,659 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.66 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: 673.09 GB
    • Received: 16.38 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.