Loading Tool

Explorer IconExplorer

Memory Pool

74,670 transactions
27.53 vMB
0.07162876 BTC
Random Selection Loading Transactions
Max Size: 168.08/200 MB

Candidate Block

Mining Attempt d4aefab630c272e4e80606dc1aa82dffd16ffdd6a767f875eb8242a5c198a364
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root ffb20e7903fd23eadbc0fc8bd6e5b1acc193d9986018c6b043ede7107704e1a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,753
Size: 1.00 vMB
Total Fees: 0.01293106 BTC
Feerates: 80.55 > 1.30 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (538,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,741 376,741 00000000000000000a43688c9d9415d9432b80532bab6332a38e72d0340d1203 125 0.12/1.00 vMB 18
376,740 376,740 00000000000000000f80a18a49a04a32b7afd564d3ae8a4c6a78db8ee739b175 895 0.69/1.00 vMB 21
376,739 376,739 00000000000000000818f923ff479d2d644e7495e740c37f6d6c8a3df42e5a01 1,403 0.75/1.00 vMB 42
376,738 376,738 00000000000000000fc143d0b49c90524a7efa59ed2cee0fb8b277baaca3fe4a 176 0.12/1.00 vMB 46
376,737 376,737 00000000000000000f58335d60ffc38b213ecbf3f395a4c01331832e31c79237 1,358 0.93/1.00 vMB 19
376,736 376,736 0000000000000000107f6fe16f6d9466979c533a1e69fcedc7be89c8ae8fe382 1,638 1.00/1.00 vMB 36
376,735 376,735 0000000000000000076ccef0fae83ddbc12c588e5a398ccf08412620ed410055 973 0.75/1.00 vMB 39
376,734 376,734 00000000000000000940be4302edd3dc4fd62010f837aea25700f52502fd5985 873 1.00/1.00 vMB 33
376,733 376,733 000000000000000010815cd363fe51f6e754acf187713ae254dd9d58ca2721bb 427 1.00/1.00 vMB 34
376,732 376,732 000000000000000009a2b404ace347b37b4e5de079938bc3273cd4fffd72d1f8 1,395 0.93/1.00 vMB 44
376,731 376,731 00000000000000001136d304b4ba3a8883585aaf6625066fb70c3f6f9c2552de 1,119 1.00/1.00 vMB 40
376,730 376,730 0000000000000000037384b49d3d2d3b9eb9df8877b698c6c7d64be110d8506c 1,458 0.93/1.00 vMB 42
376,729 376,729 0000000000000000118735362060f3cf4935fe1cae6c80731b20d4d8d7bf0a55 1,927 0.95/1.00 vMB 39
376,728 376,728 0000000000000000030fd8fb13a0d3e878ca33e6881e5893213858f554786a07 541 0.26/1.00 vMB 56
376,727 376,727 000000000000000003486b3e8c503dd6d3f352199c1d334819a9f346ce6c27e3 1,488 0.74/1.00 vMB 37
376,726 376,726 000000000000000000b9a97be5b0af1283c6293d73bbcfb20609f3d2811c29dd 161 0.09/1.00 vMB 33
376,725 376,725 00000000000000000cebb160009e62df09e756b530b85d9ff0de35672e1ccb16 1,000 0.54/1.00 vMB 38
376,724 376,724 000000000000000009d38e539058b8f8f45a5551572e554f8c04ddad6e93b824 237 0.28/1.00 vMB 31
376,723 376,723 00000000000000000c4325bc22e2bfa7ea9618539766c71ad460b1b9d7e95d9f 1,115 1.00/1.00 vMB 18
376,722 376,722 000000000000000002e9a64682c88d643b8be4bb63335436c252f8baeb30b757 1,541 0.93/1.00 vMB 34
376,721 376,721 000000000000000007139dbce693776e836cf1015b9c71d2e6dd0f1d1dc34ed2 2,330 0.75/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.