Loading Tool

Explorer IconExplorer

Memory Pool

80,585 transactions
30.67 vMB
0.10495438 BTC
Random Selection Loading Transactions
Max Size: 186.14/200 MB

Candidate Block

Mining Attempt 7cf7dd305d3343606415e2718ba1bad2914b408afcd6ce274cc5870e3d278e75
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root fee6f34c4b0606efa00bb4099a71dbf782e5487936b8d82178df5c14c465ea4d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,054
Size: 1.00 vMB
Total Fees: 0.03324971 BTC
Feerates: 318.30 > 3.33 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (91,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,746 823,746 0000000000000000000395f3c4e6478d13666e882776ca3251cee1cd0e6fa9a6 5,430 1.00/1.00 vMB 326
823,745 823,745 0000000000000000000235e23046db728655e4567f66f0cd54a05f8f7a2e9a6a 4,262 1.00/1.00 vMB 341
823,744 823,744 00000000000000000001cee179c92b317ca7988c8cd88935138ab627a0176cc4 4,914 1.00/1.00 vMB 331
823,743 823,743 0000000000000000000167569777df89f116b2e0de492dda9ad8e6c98f4624c8 4,781 1.00/1.00 vMB 368
823,742 823,742 00000000000000000003ad4fe8a37cd9a0ea25109e2871bbf1a770aeb4f7675e 4,402 1.00/1.00 vMB 388
823,741 823,741 000000000000000000039005a687e0aacb0195869b12fa4d248c395e093e9f4a 3,943 1.00/1.00 vMB 346
823,740 823,740 00000000000000000000a9fab66dadcfd8740ca8034e60de944a8f1c904a0cc9 4,190 1.00/1.00 vMB 406
823,739 823,739 00000000000000000001361599d1dac4e30e805f9b4112061e97769f5930a696 4,593 1.00/1.00 vMB 415
823,738 823,738 000000000000000000011c530c4720607944f9485de38f6fd4792cb1bb69aa06 5,076 1.00/1.00 vMB 403
823,737 823,737 0000000000000000000197499dda18ea9db9735bffe7aae544da70a958e71e31 4,773 1.00/1.00 vMB 353
823,736 823,736 00000000000000000000227e22a629af88251bbbce3acd3cdbeb571e23c7dd5e 4,467 1.00/1.00 vMB 430
823,735 823,735 00000000000000000000f2a9ebf1a5dda710fd7a0885d725e36931df4ae444c5 4,451 1.00/1.00 vMB 337
823,734 823,734 00000000000000000001a7cb475b5b8f45c63792e823d92fb18c07cbb3d7b653 4,336 1.00/1.00 vMB 246
823,733 823,733 0000000000000000000254f12152b00911c3a19fe2a6f7c08a66caa6ce9d642c 4,866 1.00/1.00 vMB 208
823,732 823,732 00000000000000000001feb8db2c6e0f72beb41f580a3e8cfe917be2d8035665 4,722 1.00/1.00 vMB 197
823,731 823,731 000000000000000000038f89d6d2a037dd1a8d7c526c7e6a6144f643a82fca1a 5,079 1.00/1.00 vMB 178
823,730 823,730 00000000000000000003b0f433b913782e2924b9f10cc83376b57a31f2c63bb7 4,534 1.00/1.00 vMB 176
823,729 823,729 00000000000000000003c8728d165f8acae3aceed39b0d9657dbb0ca199d6994 5,362 1.00/1.00 vMB 179
823,728 823,728 00000000000000000002b20bd8a6b99d60dcf2dee51e66444ed76cb2db6de487 4,914 1.00/1.00 vMB 177
823,727 823,727 000000000000000000038e26f91ddde21e0c9ebbd5724dc414299e4def30b018 4,600 1.00/1.00 vMB 171
823,726 823,726 00000000000000000001e40114d36efab19124265a217a03428485c9f42d25e0 4,059 1.00/1.00 vMB 229
Previous 10 blocks ↓
Total Size: 783.08 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: 721.26 GB
    • Received: 18.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.