Loading Tool

Explorer IconExplorer

Memory Pool

78,610 transactions
30.00 vMB
0.08863261 BTC
Random Selection Loading Transactions
Max Size: 179.23/200 MB

Candidate Block

Mining Attempt 3e86e4945333617326d46c948edc8125c6671f2be5cade225e7885dbcb56efdc
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root bf2d4f633cfd7d95b96b65d0466ac8d641cfb07af44d8463a32b94e8ea9f3677
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,828
Size: 1.00 vMB
Total Fees: 0.01954604 BTC
Feerates: 150.61 > 1.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (143,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
771,637 771,637 000000000000000000052f732c263c2e669279901a818f0a6c88b08f8704dc17 2,852 1.00/1.00 vMB 5
771,636 771,636 00000000000000000000afeba1ce1190ecac52d77b8e72315637310985145cfd 1,909 1.00/1.00 vMB 6
771,635 771,635 00000000000000000002d3e8cda818c8d899be193ba1936b8b650bbd8c086749 2,065 1.00/1.00 vMB 8
771,634 771,634 000000000000000000034fa1be2fbafccf762d02ee4da575a5600794d3c4cc05 2,584 1.00/1.00 vMB 15
771,633 771,633 000000000000000000040c4f21843e4b297ceaff84a03759b0e8067e40f32d1d 3,578 1.00/1.00 vMB 21
771,632 771,632 00000000000000000000e0ff81662645dbf8147d4f27be72f1454c7e9a614046 2,629 1.00/1.00 vMB 11
771,631 771,631 00000000000000000000686e159ad77e4ba420a9589fd56066a0b1fbdc89e23a 2,324 1.00/1.00 vMB 17
771,630 771,630 0000000000000000000109450ef111ec6166b8fd1fc661a188ea0f0a4decf418 2,109 1.00/1.00 vMB 16
771,629 771,629 00000000000000000006a036758090566c58091db771f7f06cb02f7d7e75e290 2,787 1.00/1.00 vMB 29
771,628 771,628 00000000000000000003eaeed75f9e8d9c85e2b9fc4438ce490f3daad4b70e84 1,197 1.00/1.00 vMB 18
771,627 771,627 0000000000000000000659cd2fe6ceae69e5575ce7a2545d26a4fde2af74e829 3,510 1.00/1.00 vMB 14
771,626 771,626 000000000000000000038bbe97c2d26ad0cdcd5c359c350e669adbfbd84319de 3,988 1.00/1.00 vMB 21
771,625 771,625 00000000000000000007d18691a600dc1f87f14d1ccbd19eb8cff8ef53a291ef 3,024 1.00/1.00 vMB 34
771,624 771,624 0000000000000000000355d97d1d774441779b5d60c7560ca97f908b52c4c4a8 3,216 1.00/1.00 vMB 17
771,623 771,623 00000000000000000006b399f767ca6903c34919a20f7bab644d7eb33ab0157f 3,522 1.00/1.00 vMB 18
771,622 771,622 00000000000000000002a184873ea995dffaa42e59c23d2e09323f6c2bc8cf77 3,506 1.00/1.00 vMB 26
771,621 771,621 00000000000000000001868ad6d5e8b3392711d141d710e3612e6a72a9f2e68c 1,453 1.00/1.00 vMB 9
771,620 771,620 00000000000000000007dc0e6a08a689f2dc1b7bc7d43616384a96cef66efde9 3,568 1.00/1.00 vMB 11
771,619 771,619 000000000000000000018e8ab5b0be6941a46dc7efa444a3e2485cfc66751816 2,436 1.00/1.00 vMB 12
771,618 771,618 00000000000000000000249489b21c47c9e4b1f898b4643aaba4eb829a5e6180 2,135 1.00/1.00 vMB 12
771,617 771,617 0000000000000000000006ea1cc0a0006e0f06092df1aada6ef263b5f261c564 2,322 1.00/1.00 vMB 13
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: 672.97 GB
    • Received: 16.34 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.