Loading Tool

Explorer IconExplorer

Memory Pool

78,261 transactions
34.22 vMB
0.14436410 BTC
Random Selection Loading Transactions
Max Size: 191.16/200 MB

Candidate Block

Mining Attempt c512db0acef563b1f0cb355596df55eeff13618f98029c5447c8e16e27b78a2c
Version 20000000
Previous Block 00000000000000000001c3b45a252bf26d63304081f6ed643c9077982691539f
Merkle Root e6589dad0481817ca786a7863c613fc84353cdb423eec509b3acb85cdaec5e7b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,047
Size: 1.00 vMB
Total Fees: 0.02384683 BTC
Feerates: 99.73 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,413 (91,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,768 823,768 00000000000000000003bbc18b8ec77aa29368f21dcf543170349f0a6fbc9171 4,120 1.00/1.00 vMB 216
823,767 823,767 0000000000000000000024f2c4e7c5b7bbd3ca1490e4ee2ab23b41bffafd8505 5,064 1.00/1.00 vMB 244
823,766 823,766 000000000000000000030f4a11d3aba1a211bed8c196d628fa1f5262cd0fd5f4 5,118 1.00/1.00 vMB 210
823,765 823,765 00000000000000000000d9cdd1d4a9f4f6aad85fbd6ab68f8fd43152037adea5 4,543 1.00/1.00 vMB 214
823,764 823,764 00000000000000000002c8cb0ee54579373f4a6a0ff7fbc23b9321f34a3a09ec 5,597 1.00/1.00 vMB 244
823,763 823,763 00000000000000000003779d75558ecf2e95181036b8a7064b118fe756e2f0ca 4,307 1.00/1.00 vMB 290
823,762 823,762 00000000000000000002ec9dd965993633a4cd0b8f315c244fa42cca98539ced 5,291 1.00/1.00 vMB 265
823,761 823,761 00000000000000000000703b5416e5c7aa8c9fc2b9627ca5af26beb3b8092815 5,321 1.00/1.00 vMB 228
823,760 823,760 000000000000000000039c78064fa0add2e3f8af24ebc116456c22f3a1ecdec5 4,928 1.00/1.00 vMB 252
823,759 823,759 0000000000000000000041ce1656eb37082e69751e98bd58aaa191837b367597 4,575 1.00/1.00 vMB 261
823,758 823,758 0000000000000000000179970fced0b9487f50130b86555ad22b7853688fd57e 5,361 1.00/1.00 vMB 275
823,757 823,757 00000000000000000002efc1789bc9793184449bc231cd6a6dda8a292f627807 5,028 1.00/1.00 vMB 271
823,756 823,756 000000000000000000017d10520aeeda1cc2b71c9e4daaf2db4f3bc2ed8c7bc5 4,945 1.00/1.00 vMB 268
823,755 823,755 000000000000000000011a1efe3b3f31b537b2a9e8724e716b742a315eaed3a1 5,607 1.00/1.00 vMB 273
823,754 823,754 000000000000000000012ea0408f8e93df15ad0cebb3b274ac04a0c06baecd20 5,275 1.00/1.00 vMB 270
823,753 823,753 000000000000000000021fb40b610b277561e9933f53924e91a277e1662e7039 4,122 1.00/1.00 vMB 324
823,752 823,752 0000000000000000000177496080c4e98f230a9d7afd3699ae5c1dec1c107fad 4,439 1.00/1.00 vMB 308
823,751 823,751 00000000000000000000e1ef9c02b0aa492641b60d93cba07ae12a667d072deb 4,691 1.00/1.00 vMB 263
823,750 823,750 000000000000000000015b73e9c2f9894e67aea26c0c31cb889f3f0f471c4237 5,213 1.00/1.00 vMB 290
823,749 823,749 00000000000000000002941159fcff005d34cfb976af890ffb1745ca76199eaa 5,039 1.00/1.00 vMB 297
823,748 823,748 00000000000000000002156836b91f21b57a856960dc7db9391f451e02ced6ba 4,940 1.00/1.00 vMB 288
Previous 10 blocks ↓
Total Size: 783.10 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: 731.84 GB
    • Received: 18.52 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.