Loading Tool

Explorer IconExplorer

Memory Pool

82,585 transactions
31.09 vMB
0.09272990 BTC
Random Selection Loading Transactions
Max Size: 190.37/200 MB

Candidate Block

Mining Attempt 10dfa79d0417c1b980cb87e054518264da6ef6d5552a5efde1a13205f0dcee43
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root a61c2e6e3633a6e52b936d9f90583940c739344a2468ca879e3fee9799d47af6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,426
Size: 1.00 vMB
Total Fees: 0.02268493 BTC
Feerates: 100.00 > 2.27 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (911,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,276 3,276 000000005e76a77d1df74039b6a9df2cfb89fd0a6f1886fb0414ece69e002b73 1 0.00/1.00 vMB 0
3,275 3,275 0000000092fb00c5a89097a1967f22d4018fd8ec516e65ff0e5da8f2ab0eb0d7 1 0.00/1.00 vMB 0
3,274 3,274 00000000930aa2fb288282e98f8f334a41d31661441ab9a9faeca0511da6c873 1 0.00/1.00 vMB 0
3,273 3,273 0000000083a5576acd78098428b4bd35a33ecf31b50de117c014083079aadb9c 1 0.00/1.00 vMB 0
3,272 3,272 000000007b260f7a9713a81b16be88354602a146d72cd4c4e802f06df246b5cb 1 0.00/1.00 vMB 0
3,271 3,271 000000008aa571cc43317ac88bfc1a9a9debb8e227220f23c94450d0ca1384d3 1 0.00/1.00 vMB 0
3,270 3,270 000000003a1fa07baf049c20679908fce24dd8b06bfce964687b893090fa2b22 1 0.00/1.00 vMB 0
3,269 3,269 0000000097a79e2bfcac5d28cdce5f3deb20afbd8bdb74f2b36a12cc83d144b3 1 0.00/1.00 vMB 0
3,268 3,268 00000000adc949d7070c080d5bad0cf7effa0fa8b7b3acb8fdf7a99290066466 1 0.00/1.00 vMB 0
3,267 3,267 000000008ebf197a1354e06b65644b01b213bfe40e11a7e74663006fe15dd051 1 0.00/1.00 vMB 0
3,266 3,266 00000000fc69ea63d2a33e9818efd37a03bba40a31bd433dab2c73fe63a5209a 1 0.00/1.00 vMB 0
3,265 3,265 000000009c3cf4f018d22f7432ac8fc0371382eec83ecc612698a05341ad301a 1 0.00/1.00 vMB 0
3,264 3,264 00000000cc8e8997eed18bf23dca4f237b62366dec8bfb285009c8f2f3237517 1 0.00/1.00 vMB 0
3,263 3,263 00000000741591462cc354e1d44ae3cd997c2d49e23227722b1ac5c663400328 1 0.00/1.00 vMB 0
3,262 3,262 000000001f7d36376d55585e6f69f1f7b4403cf94f30f7d5d523605420a30032 1 0.00/1.00 vMB 0
3,261 3,261 00000000941b0df270986c8df97730b912e6dd19e2aa47b8ac6e994479afdd04 1 0.00/1.00 vMB 0
3,260 3,260 00000000345b12eaca4c045bb0320d37fb34026b8b5f2e951c617e4b90bde130 1 0.00/1.00 vMB 0
3,259 3,259 000000002b20e0a5b1e3f9476d567791e75e15be1bd15d2d5f81afcbe3b6b391 1 0.00/1.00 vMB 0
3,258 3,258 00000000bcc93b7607069e18c888c49f0755e7d188abd2af14672c9310359da5 1 0.00/1.00 vMB 0
3,257 3,257 0000000093e0b556b4cdaf55ce83b2e17429edd1c020c1756932a83db4d97c0c 1 0.00/1.00 vMB 0
3,256 3,256 0000000093fd25ff4a43ef7edbfc6ce74d2cd2ed47012d89af1ab6fd3ef71ef4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.88 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.