Loading Tool

Explorer IconExplorer

Memory Pool

79,346 transactions
30.75 vMB
0.10837444 BTC
Random Selection Loading Transactions
Max Size: 180.47/200 MB

Candidate Block

Mining Attempt 51265ade3c1467b2b1e4d11a2adecf96089f4416fcf8c9334e4481fb39457193
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root c26b00c2d20c2ae83b56a66a018e811ed83c3c675d784fa0d908efa97e132012
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,832
Size: 1.00 vMB
Total Fees: 0.03469954 BTC
Feerates: 201.36 > 3.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (261,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,500 653,500 0000000000000000000a680acdb546ab912403380c91edeebf520d37c37893ab 2,025 1.00/1.00 vMB 17
653,499 653,499 00000000000000000001e9fb4ca5b38c1d051b4ec1ce483e29bf25f3c499005f 2,581 1.00/1.00 vMB 22
653,498 653,498 00000000000000000002b4f1be92606f2aae0e70cb01c9ff0fa6ca8cd17ed9e7 1,110 1.00/1.00 vMB 13
653,497 653,497 0000000000000000000dce8353c953b4ef7fc4e48222be7505c0ad759427c70e 1,867 1.00/1.00 vMB 21
653,496 653,496 0000000000000000000c58bc4f3b396a9ce04faa54e3843a52683f34aeadfd31 1,870 1.00/1.00 vMB 25
653,495 653,495 0000000000000000000987dfafc78fc780b10dd6ce5022c1950e9e97da22b4aa 2,717 1.00/1.00 vMB 23
653,494 653,494 0000000000000000000598f027082f0c1347a47f447b13d69b675e594ebd0625 2,068 1.00/1.00 vMB 21
653,493 653,493 00000000000000000007366deb1db6de5028960d74166ea9cbf49ff0fdd9963c 2,112 1.00/1.00 vMB 27
653,492 653,492 0000000000000000000120f9326782314957a87e9850409df1c509c349eb5b6e 2,274 1.00/1.00 vMB 29
653,491 653,491 0000000000000000000cbd94954b9e07f1e79580e9cd36e5c2558652eecda1c8 2,644 1.00/1.00 vMB 43
653,490 653,490 0000000000000000000b589b0f74292e9ab57f6e6db5dc3047f83a9655a2d008 2,464 1.00/1.00 vMB 31
653,489 653,489 0000000000000000000c656038825d2b74d3c2992b282d950b059b00d356b823 2,384 1.00/1.00 vMB 30
653,488 653,488 00000000000000000009f70b43c689aedf40630680e9b1092bef9f4f7d4eaeae 2,564 1.00/1.00 vMB 38
653,487 653,487 0000000000000000000777546a5aad047a0f9dd5e0dfcf9a13fb59a5714a3e72 2,414 1.00/1.00 vMB 42
653,486 653,486 000000000000000000059b2aaf965da85acc5162cde4de495624386a4d87e05f 2,855 1.00/1.00 vMB 43
653,485 653,485 0000000000000000000cfb96a7abb7e78adc4a2c36b17883b81169493415c52d 2,109 1.00/1.00 vMB 58
653,484 653,484 0000000000000000000b00ed537f7a5e22e9f131a3f1754ff6934245bd641b11 2,731 1.00/1.00 vMB 40
653,483 653,483 00000000000000000002347cd431dfa2a8d8b75491507b048174cd8060ef729a 2,782 1.00/1.00 vMB 52
653,482 653,482 0000000000000000000407c6c75cd392dec71f7ee53f061682bf6a201f3075f8 2,087 1.00/1.00 vMB 37
653,481 653,481 0000000000000000000a12942e026d5a31a326439a0a6feed8720b940030f9b5 1,817 1.00/1.00 vMB 60
653,480 653,480 0000000000000000000b37ee75e21b85b25a68660d7e3cd172a07b1606b3da2a 2,954 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.49 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: 668.33 GB
    • Received: 15.48 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.