Loading Tool

Explorer IconExplorer

Memory Pool

26,058 transactions
25.53 vMB
0.05662074 BTC
Random Selection Loading Transactions
Max Size: 123.93/200 MB

Candidate Block

Mining Attempt 8d0dee949da86306e66747d07bc8bdd28bd5ce5f3d0009053dadee6f35045a79
Version 20000000
Previous Block 000000000000000000018f2a41c731bcf2d532dfa76355aff648e5265113e2d4
Merkle Root 126d38a41fafacb7a14b3d82b294f336de8bcbcc0ef53234028767a0cd38d86e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,872
Size: 1.00 vMB
Total Fees: 0.00981902 BTC
Feerates: 100.53 > 0.98 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,239 (835,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,850 78,850 00000000004ebd12ccfc0b3e2377a514d3f52bf6a7f6360b384380c0ff47aaca 2 0.00/1.00 vMB 0
78,849 78,849 0000000000545af76e30c1566b4797d42c4f0c3f33b0f7c4a7825be615b764a1 1 0.00/1.00 vMB 0
78,848 78,848 00000000001a9cc6383b8c4d26af559624fcab0c20fd555947ea976d7bbea696 1 0.00/1.00 vMB 0
78,847 78,847 00000000003fe231f6836db38bea8646096dd006423c71a7b958f74a3b5607b7 1 0.00/1.00 vMB 0
78,846 78,846 000000000002f3fb56a35a4b904dd14b04a45ff72aa2237eb650c11cf73858b2 2 0.00/1.00 vMB 0
78,845 78,845 0000000000503c12a0d64d99f3849b51117dbc117769c69065d254e0419ad390 1 0.00/1.00 vMB 0
78,844 78,844 0000000000110d99f5cc9e9c10bc19164d5d0a8ded97731e47231ac3afe713f4 1 0.00/1.00 vMB 0
78,843 78,843 00000000003690d57b2b990847774d407bcb5b9944e10d7063f4a47e9565ea92 2 0.00/1.00 vMB 0
78,842 78,842 00000000002621334e705b0566c627e9c89815991d8a867c024450afe582829e 3 0.00/1.00 vMB 0
78,841 78,841 000000000001d31d667a5e4221cf6dbd3d7920ad9906ca0cda2534f9f7886c72 1 0.00/1.00 vMB 0
78,840 78,840 000000000054b89ba0819440dff79e4acecf55a2b3e94ce834c9c321b2fd95bf 1 0.00/1.00 vMB 0
78,839 78,839 000000000029448f836d34aa886800999ae569c424b30bef1cb799d8b06eb7c6 1 0.00/1.00 vMB 0
78,838 78,838 00000000002428ec676023618aa7771e42d1488964116bc8c01a5bfeae2227e0 2 0.00/1.00 vMB 0
78,837 78,837 00000000004590d67535f481d6464ee990b1dcd4e75d5d7ee839b80f7792a917 2 0.00/1.00 vMB 0
78,836 78,836 000000000018ad19f3e1675d1f13c7719ee70eb8b3d98be640d7a81321fe9f85 5 0.00/1.00 vMB 0
78,835 78,835 00000000004f7c3903183fe0fca092d09dee639fe1d94abd30af66417e48b332 1 0.00/1.00 vMB 0
78,834 78,834 00000000004f24dc193e5bb413e309f5bd6ac179e917b63b511ef67f0a3fe4e3 2 0.00/1.00 vMB 0
78,833 78,833 0000000000534b6cbd929cea4df7451a2fddfa03f56edc44d73ae0f28a9020ed 5 0.00/1.00 vMB 0
78,832 78,832 00000000004ce5bb1476ed75933592d9210a94d0b84b3340e2d0d66459098cc6 18 0.01/1.00 vMB 0
78,831 78,831 0000000000300d6a8814439b5d4d1ccd21435859f3e641a565275911ee9f33ff 1 0.00/1.00 vMB 0
78,830 78,830 000000000044c899cc4094075d77ef5be904630b41d7dfc9653f48bb916952cc 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 576.14 GB
    • Received: 8.40 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.