Loading Tool

Explorer IconExplorer

Memory Pool

80,896 transactions
29.72 vMB
0.14693175 BTC
Random Selection Loading Transactions
Max Size: 179.43/200 MB

Candidate Block

Mining Attempt 57baba93433887805cc73ca5138f20e4d8e8a1b0ce837067716534ef5a4467da
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 573e6c956ce536eda73efe9f3bf9f39b04cc6ec1c453fb717296bd0e6e9ddc2e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,283
Size: 1.00 vMB
Total Fees: 0.05589321 BTC
Feerates: 1,002.91 > 5.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (292,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,318 622,318 00000000000000000003bbd3b20518660859489c3dc1e00a28926c63930012da 3,133 1.00/1.00 vMB 94
622,317 622,317 0000000000000000000be13d8e7782ffba8c0dc59348f2e270769f9c859ba871 2,990 1.00/1.00 vMB 75
622,316 622,316 0000000000000000000a614e91cb387d0fcf7a89037f44b2f4a208aad82c3cbf 2,534 1.00/1.00 vMB 94
622,315 622,315 00000000000000000002c4610d6102e41280764404b4653b739ebddc67310a13 3,063 1.00/1.00 vMB 79
622,314 622,314 00000000000000000001d97a1e0afad83b02aa94416725ed428d540c90cb1b2b 2,908 1.00/1.00 vMB 72
622,313 622,313 00000000000000000010bcf9a6ff36ab77cacc18c1f3a80f88084de9bfb9a49a 3,021 1.00/1.00 vMB 81
622,312 622,312 0000000000000000000ec414c4961288dc1a7c4764f7a037dda6a921c4d6e350 2,613 1.00/1.00 vMB 88
622,311 622,311 000000000000000000039db7c12dcc8f30bdb3e8f8eea9fdd421806ae08182ca 2,152 1.00/1.00 vMB 93
622,310 622,310 00000000000000000004061e28b7b2ab0be2bb26cb1b65199cd8d25ded9a7274 3,397 1.00/1.00 vMB 77
622,309 622,309 00000000000000000005041c3e9df1367b198a958ac2e1ab7dc68cac965835b3 3,018 1.00/1.00 vMB 83
622,308 622,308 0000000000000000000585e33e8eb0bfc2a14ad453e5c244e09d366d34a09fc2 2,733 1.00/1.00 vMB 85
622,307 622,307 0000000000000000000e7106cad7603618174c18bb6acdb52643d0df1e1ee0c5 3,147 1.00/1.00 vMB 103
622,306 622,306 00000000000000000002dfe0a12f74b387b473a1fea2426c26c06dfee49511c5 2,583 1.00/1.00 vMB 85
622,305 622,305 00000000000000000001774c1867b74ab91ca262e07193841a7217bfed3a1f7b 2,473 1.00/1.00 vMB 94
622,304 622,304 0000000000000000000345d0fa3cee83e63ecc870b9f45d1642c140b9ae103ae 2,743 1.00/1.00 vMB 95
622,303 622,303 0000000000000000000f2a320456a307794d6b67b773bc8b579ce583920f0b6d 1,977 1.00/1.00 vMB 89
622,302 622,302 00000000000000000004599f1201b05698871e75f913b1b5d13ce61dbd747fc4 2,899 1.00/1.00 vMB 103
622,301 622,301 0000000000000000000bd8951cef48edad0e9217420a198cc1d5f9cae10aec83 1,335 1.00/1.00 vMB 47
622,300 622,300 0000000000000000000bce4c0259ced3a782fc5e386b4e5e8cd239f6e6b29edf 1,459 1.00/1.00 vMB 63
622,299 622,299 0000000000000000000f53599be75bc57fb676fdafcf877fa433daaf837ab92a 1,670 1.00/1.00 vMB 69
622,298 622,298 000000000000000000069c322bc5715018ecec5848cd853af9d59977ba0c447d 2,641 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 714.47 GB
    • Received: 17.54 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.