Loading Tool

Explorer IconExplorer

Memory Pool

83,794 transactions
31.57 vMB
0.09808964 BTC
Random Selection Loading Transactions
Max Size: 193.21/200 MB

Candidate Block

Mining Attempt f75e774026968838fd994dcbf69c3e41e2c0c515a280317c2589a2d7bd23729c
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 7cf80db80d57d0468245137ff045fd7be57718ae1731a86dcdf2cb2720e32290
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,745
Size: 1.00 vMB
Total Fees: 0.02474279 BTC
Feerates: 73.20 > 2.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (355,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,563 559,563 0000000000000000000df410f68e195016077d8b1ecc9e76705e482e3e4b1a03 3,317 1.00/1.00 vMB 36
559,562 559,562 0000000000000000002631db4bacf2faeb0fcc82d71449289046457ec6ff1570 2,981 1.00/1.00 vMB 26
559,561 559,561 000000000000000000043a1d3de320872611c4f6787d1723d375bb05a4254a23 2,515 1.00/1.00 vMB 28
559,560 559,560 0000000000000000002af737d2b06afd5e25a78a10371803f9ecb5d50682e591 2,631 0.95/1.00 vMB 12
559,559 559,559 0000000000000000002efdcd94d6c69b830f63350cfd615918f8fdcda4ca8c18 3,574 1.00/1.00 vMB 33
559,558 559,558 0000000000000000001b6285d8f52ee4876282b403904aec4f5e8ad91d9d2b06 2,543 1.00/1.00 vMB 9
559,557 559,557 000000000000000000261d4bcecdd3197c477cb78ee5b29af7cc55852fd88b0c 2,417 1.00/1.00 vMB 28
559,556 559,556 00000000000000000022d1d32cd1e021bb7b6bbe66569303861dda1338513d8b 2,948 1.00/1.00 vMB 25
559,555 559,555 000000000000000000188c588b2c4ba35e29a13506d3731baaf83a5ba2e7f070 323 0.09/1.00 vMB 15
559,554 559,554 000000000000000000064b545aa142c5d6daa907353e190954cf18acb439922d 2,793 0.93/1.00 vMB 19
559,553 559,553 00000000000000000016413bccf3866fe7d196f00404a4d45488fba7d8a2f244 1,581 0.51/1.00 vMB 13
559,552 559,552 0000000000000000001393ec080a0260a0c1b00031b394670a144aa13083ef21 36 0.01/1.00 vMB 41
559,551 559,551 0000000000000000000f678f63c7e86f6f00b053ec84bf2b2f785b2a2138fc7e 2,578 0.97/1.00 vMB 6
559,550 559,550 000000000000000000017a16e82a05f7fdee13ffd78d1ceea5e5aaf10d1077ec 3,232 1.00/1.00 vMB 18
559,549 559,549 0000000000000000002dc90a8d0d4a57a620a1c1b5773d730a29b30dce7b4f27 248 0.07/1.00 vMB 11
559,548 559,548 0000000000000000002704197658944f0c0ffc9fc0c1b733d42c7f0d6b330566 1,782 0.81/1.00 vMB 11
559,547 559,547 0000000000000000002975fc432e89d3b8bc7968007b6ac4662b7744556e1e5d 49 0.01/1.00 vMB 21
559,546 559,546 00000000000000000023c227de45c3eb30b0f9727da4fee7b6e22b66c5d2b9da 2,736 0.96/1.00 vMB 10
559,545 559,545 0000000000000000002149fcbcc930b164571be22868e2e2673ac10d21c063a0 85 0.05/1.00 vMB 4
559,544 559,544 00000000000000000026fc3d6aa05f0099ac6e2b60e546415a5eec97e57bd775 444 0.15/1.00 vMB 11
559,543 559,543 0000000000000000001181f90aabf2bd00c7d539af3ff14f5df62f1fff4fb3b9 541 0.21/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.78 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: 709.68 GB
    • Received: 16.95 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.