Loading Tool

Explorer IconExplorer

Memory Pool

39,061 transactions
26.72 vMB
0.06196876 BTC
Random Selection Loading Transactions
Max Size: 137.99/200 MB

Candidate Block

Mining Attempt 4a4701ed77c5208e0f35eeee9220644e08db2b3bdc0c6a95f56dcbdcd56833e8
Version 20000000
Previous Block 0000000000000000000014303e23e595257d59f7333f38cdb984c51171e64775
Merkle Root b5d6451db374040c56c2a3831f2a501b0e8dc8cbc5110f4d47d7285b4fd6ea76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,695
Size: 1.00 vMB
Total Fees: 0.01152322 BTC
Feerates: 20.78 > 1.15 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,682 (804,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
110,169 110,169 000000000001260d9c7f6e1d68096e0f096c635361b372fb8ddae8ec7eeeb201 1 0.00/1.00 vMB 0
110,168 110,168 000000000001bf08d1048a528cfde988f6e1b9ee20d3fbf26f5bf17ec08836f4 3 0.00/1.00 vMB 0
110,167 110,167 0000000000011f75a6b653123a249f39c49fdcc14f2c5bd13f95dfeec7f1c172 8 0.00/1.00 vMB 0
110,166 110,166 0000000000015d53b8e69c8352c31069bf82860a605864cdebf2dbe126546bbd 4 0.00/1.00 vMB 0
110,165 110,165 0000000000004623bfc8a08984ecef88e8b3afc158f10732e783470f458a1148 4 0.00/1.00 vMB 0
110,164 110,164 000000000000a5e0fd5e272a526a9ad178db51af597fb662de60f2afb49c1a99 4 0.00/1.00 vMB 0
110,163 110,163 0000000000010149faf2c4e95a9543c3bf2d25281993162f16cbfa347505e185 8 0.00/1.00 vMB 0
110,162 110,162 00000000000079c7f0dddb2dfad3860dc8969aa56d3a4ca64da98842d73f4ca6 6 0.00/1.00 vMB 0
110,161 110,161 0000000000010d98a395f193095a8690588a5904a06a27463685cca22d65af51 5 0.00/1.00 vMB 0
110,160 110,160 0000000000015a4ae1e8996f6a94819a8f90308b3909582380b721aa6e33db4d 2 0.00/1.00 vMB 0
110,159 110,159 000000000000b28eddbf042867ae0715aa6e8c4ead9aa0ec92c0f9888030a902 12 0.00/1.00 vMB 0
110,158 110,158 000000000000fe69c7e1c1e95d96031d150be6c827c727fa41644975456b081c 9 0.00/1.00 vMB 0
110,157 110,157 0000000000009a246eb630d5d563540312476a2a8b44cf8618c4326c414ef237 6 0.00/1.00 vMB 0
110,156 110,156 000000000000973599bb2370bc65c38af29c121db84bd13d8169174fd96d9c2f 10 0.00/1.00 vMB 0
110,155 110,155 00000000000084df1208d2b9ea05c3ad22cf1ae634f8931de011b09ffc077d2c 1 0.00/1.00 vMB 0
110,154 110,154 0000000000016dacf4a62adfd844c9db0f15f4df983acf1c66b79d38fad82f23 8 0.00/1.00 vMB 0
110,153 110,153 000000000000a2e222e024bec45e3098bdaeddee6ba6cd360db11bbcd27bb36b 8 0.00/1.00 vMB 0
110,152 110,152 0000000000001ac4fe7b5bae29d8fc4b2de21183d02df41f140b951290c3099a 13 0.00/1.00 vMB 0
110,151 110,151 0000000000018885c68143d20dcc833a11f41cbdca422d6bfaf1e9821ba59a53 10 0.00/1.00 vMB 0
110,150 110,150 000000000001648a8d0bba9b5316d9ab91117a02e4b6638c4cc3f4f07d01bcad 15 0.00/1.00 vMB 0
110,149 110,149 0000000000007f98197d4c3682ee10d68a199c223f1f6b625e2d0d9fce189018 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.83 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: 636.79 GB
    • Received: 12.38 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.