Loading Tool

Explorer IconExplorer

Memory Pool

45,004 transactions
29.73 vMB
0.10180767 BTC
Random Selection Loading Transactions
Max Size: 153.77/200 MB

Candidate Block

Mining Attempt f6ed32e100a5895d6e8ac080e9d93800e05094bf6799c5418bb6f1456c535eae
Version 20000000
Previous Block 0000000000000000000088aeb2f6ddaa71b9393d28b738c65cd40abb7d78efd3
Merkle Root 1353ad11ca58136cc1b27185c545db76ffe65733c8838cf7d41a535d3de2d133
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,309
Size: 1.00 vMB
Total Fees: 0.04295432 BTC
Feerates: 302.06 > 4.30 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,615 (502,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,107 412,107 0000000000000000051db6723b90a1bf181db86b44fe68980f5e27002425d64e 2,049 0.99/1.00 vMB 51
412,106 412,106 00000000000000000085d9cabe805aed1e981bbe1eba925a5c2c95c36cf4ca19 2,094 1.00/1.00 vMB 50
412,105 412,105 000000000000000001c265ea3ea39d254fdb28c78c93e4ba2f83a08d7c2f5703 523 0.25/1.00 vMB 50
412,104 412,104 0000000000000000011af3c57b4937cda2291acb68c3e2969b27791d53bb6dd6 1,213 0.99/1.00 vMB 25
412,103 412,103 000000000000000001d3e6fa31ed4cc70dd6554f1d5e9b3a55f1092d83ef3d7f 2,029 1.00/1.00 vMB 57
412,102 412,102 000000000000000000c3b1e797dc94a3f6dc975d3fb954811ca0a2c09b084f58 1,165 0.50/1.00 vMB 68
412,101 412,101 00000000000000000451d5fe5b0abc97aaa0fa5438125b985c85a4cd19293f24 920 0.48/1.00 vMB 47
412,100 412,100 0000000000000000021943947bada10f9bab0ab766876389b2b214870cf5c0e1 852 0.44/1.00 vMB 47
412,099 412,099 000000000000000004df35c32748ee0bc51cd1835af0e9e263b1a8d086e72df8 1,729 0.98/1.00 vMB 43
412,098 412,098 000000000000000005130de7f49bdccbaa1b933dbfa042b038adccd89a80b75e 473 0.38/1.00 vMB 30
412,097 412,097 0000000000000000029acf09f082e68a0360ec9c9411a7773f097961b307b6ec 2,060 1.00/1.00 vMB 43
412,096 412,096 000000000000000001dd58b54616267cb0319e46e7ce11e5f50e19d19d5db3dc 642 0.34/1.00 vMB 42
412,095 412,095 000000000000000005938de561fdb9ecd5715f4661eb0ff917204d7204a6d5ec 1,206 1.00/1.00 vMB 26
412,094 412,094 00000000000000000275c175b0090c4e23193bfea5a93db4f485bf9edecebbb8 1,340 0.79/1.00 vMB 38
412,093 412,093 00000000000000000034fec7497773b31e8ad2090407a77ccd54ed388c9eab46 2,622 1.00/1.00 vMB 53
412,092 412,092 00000000000000000283d3e77dd70dae275a9725f13276888963cc2fbfc17d52 1,312 0.52/1.00 vMB 50
412,091 412,091 0000000000000000039471dd6ec0cde4ad612b71d3aa9eacd36a8808d0bf6618 1,910 0.79/1.00 vMB 50
412,090 412,090 00000000000000000598feceacf1e556330081e3e9fa510430971a7fc5ff703c 1,183 0.66/1.00 vMB 37
412,089 412,089 000000000000000000b655afa87754581a74ac784b66696db2b27e9bd5c6e049 2,319 1.00/1.00 vMB 52
412,088 412,088 000000000000000002b2386479e68ba90b0906871b0c601ea47a6c891d0bf792 70 0.03/1.00 vMB 52
412,087 412,087 00000000000000000173bcc38f9d7f7ce5b4d6c18f76ec3f9a12ac0b14f080a0 617 0.34/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.71 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: 629.39 GB
    • Received: 11.91 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.