Loading Tool

Explorer IconExplorer

Memory Pool

51,885 transactions
29.25 vMB
0.08595821 BTC
Random Selection Loading Transactions
Max Size: 156.75/200 MB

Candidate Block

Mining Attempt 9608bcd39687a5e77f7541a6bcd9638ce171fd697c12d3411ccaa152cd8d24d1
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root bccf7556b625d53160d82d9f393a0da3d4a4d42dfb53c90149dfb53900ce37b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,769
Size: 1.00 vMB
Total Fees: 0.01850682 BTC
Feerates: 70.37 > 1.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (75,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,802 838,802 00000000000000000002c601e25cf83705646f5a13e07f0878711b53e6ea91a9 3,783 1.00/1.00 vMB 141
838,801 838,801 0000000000000000000305d26f0b6355c8389eba83ea93b03ca147c18e7e830d 3,817 1.00/1.00 vMB 123
838,800 838,800 000000000000000000014f38b43566ed59d7cb236bc7d211d7da8259ca8d37e7 4,825 1.00/1.00 vMB 143
838,799 838,799 000000000000000000021460218846e5855829048c7c474ca2b6df6f5c5acc13 4,337 1.00/1.00 vMB 131
838,798 838,798 00000000000000000000463eac034aacaf30566ab81454cf7556a8b0bff4de17 4,356 1.00/1.00 vMB 136
838,797 838,797 0000000000000000000244d5dcfbfb1e8b1f2b1220b295c0c74670e401f951ef 3,732 1.00/1.00 vMB 125
838,796 838,796 000000000000000000000c045545c77402b9f61a8376d4e9d9a7c7c1c0654c3c 2,960 1.00/1.00 vMB 146
838,795 838,795 000000000000000000033ba46dc2c4d18d38cd2e39d3a3dca08e4b80de868ebb 2,476 1.00/1.00 vMB 87
838,794 838,794 00000000000000000000f27d47f07cb28bcdd86e75078149a2143a40e23869ba 3,439 1.00/1.00 vMB 96
838,793 838,793 00000000000000000002d5f8e9833985a73c2781c8ed63109f87749f17a38b94 2,912 1.00/1.00 vMB 102
838,792 838,792 0000000000000000000019f204e40009cf1bde6d9ac5d036b448b364be56b756 3,147 1.00/1.00 vMB 114
838,791 838,791 00000000000000000000537763ad4e4e4b40f8368fe0f00afab25809fa71be9f 2,514 1.00/1.00 vMB 101
838,790 838,790 0000000000000000000259a5a5f0f54f7a7fde42c2025439bcfc9e50f82fa350 2,901 1.00/1.00 vMB 122
838,789 838,789 00000000000000000000499afb212bee3275333e3edc2272903ee8e09bb5375b 3,011 1.00/1.00 vMB 119
838,788 838,788 000000000000000000008dedd535f2455ead9baefe5e26a1617d4ce1ec60bce4 2,791 1.00/1.00 vMB 130
838,787 838,787 00000000000000000001ac62210f8aaecf078832e031bd513e7c0b6a3bc1a957 3,450 1.00/1.00 vMB 133
838,786 838,786 00000000000000000000d663fd29a49cbff9aa59753213e9c61b8cb7d12f5d5e 2,625 1.00/1.00 vMB 116
838,785 838,785 00000000000000000001ea0e2d1408eac37fbd7bac407efef1cac1f147dfbb6b 3,000 1.00/1.00 vMB 105
838,784 838,784 000000000000000000002957c95683b5367a162bcea6a388a2cb8c8345338492 3,167 1.00/1.00 vMB 108
838,783 838,783 00000000000000000002a5a4805c4b618f7767b62aff7f120e269441edadf488 3,097 1.00/1.00 vMB 123
838,782 838,782 00000000000000000001f89f874c983a9198d21e8dde78c011fb972701f4ebf8 2,697 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 781.89 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: 645.13 GB
    • Received: 12.68 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.