Loading Tool

Explorer IconExplorer

Memory Pool

72,776 transactions
28.06 vMB
0.06758632 BTC
Random Selection Loading Transactions
Max Size: 166.20/200 MB

Candidate Block

Mining Attempt 20bf10d9c2ee74e89295a4b08750a198fac7f9742915a6bf5f24e04bf7499f45
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 4dd5d7caac4a242d539448dab034fe53c0cd5f9c8848590adce74c223f625e0e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,758
Size: 1.00 vMB
Total Fees: 0.01151464 BTC
Feerates: 150.86 > 1.15 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (103,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
811,207 811,207 00000000000000000001f9a3aac479a1e4d046806f39fe632f3df414afe3aa03 1,596 1.00/1.00 vMB 8
811,206 811,206 00000000000000000000cbeb75b88894b0d8dfa7a92ec10f6d17fc08663b115d 252 1.00/1.00 vMB 2
811,205 811,205 000000000000000000012df62663ffb18f4d011bb7956555ae9121e3f8d12e38 2,789 1.00/1.00 vMB 9
811,204 811,204 00000000000000000004036a87e51e0ce1e68a2b9309a52b04080e2e4efadf38 1,175 1.00/1.00 vMB 7
811,203 811,203 000000000000000000044a1087932968ea73da6a0e4820912c1fba2c81ae7005 1,859 1.00/1.00 vMB 9
811,202 811,202 0000000000000000000412d87a3625f8810cd0c156b578fa909842e3da63d605 1,558 1.00/1.00 vMB 8
811,201 811,201 00000000000000000003d133bb73c3e021435fc17e505273a5af0fa0743b18c0 2,070 1.00/1.00 vMB 12
811,200 811,200 0000000000000000000174fe1937acc6a859cee3384e807c222962f988772ae3 301 1.00/1.00 vMB 3
811,199 811,199 00000000000000000003e15a95335a35d98eacc2f1b3be4daab3d528d4da764a 639 1.00/1.00 vMB 5
811,198 811,198 00000000000000000000bd67e03a83127eccb37135dcba1e0b5c0c7411583b1b 831 1.00/1.00 vMB 5
811,197 811,197 00000000000000000002b593d7da0d5f080c76ed99e222329a65fc531930e9a7 1,610 1.00/1.00 vMB 10
811,196 811,196 00000000000000000002ce5597a824737c42bc62e1eda7b9160d4dec3c2457d3 672 1.00/1.00 vMB 4
811,195 811,195 00000000000000000002d9272f64b0935ef27d0614573f0081d80f3827f1c039 2,287 1.00/1.00 vMB 19
811,194 811,194 000000000000000000027289b5785c5b7e5abed5e51de3fc91b4aaeb278ddfd7 1,251 1.00/1.00 vMB 7
811,193 811,193 00000000000000000002ac90a30d503c409f0587bc0c1cb4eeaf90b3f10e151d 647 1.00/1.00 vMB 5
811,192 811,192 000000000000000000014468a94ea2bae003baa171b82a4655b023c4eed1f52b 1,715 1.00/1.00 vMB 10
811,191 811,191 0000000000000000000074e1b8604d2283aa4495a634a68e18d4ecce866490fb 1,527 1.00/1.00 vMB 13
811,190 811,190 000000000000000000001c676e2155b6706a3dc2a0b3f6a6e49a0bb1995073fc 1,566 1.00/1.00 vMB 8
811,189 811,189 00000000000000000003a9b8aac4def2092f5f9abdf9f6a2564e95f8759bb8da 2,070 1.00/1.00 vMB 10
811,188 811,188 00000000000000000001ffd6580677b1ea12b74e27bfcaa2541f19bd2e1813aa 2,063 1.00/1.00 vMB 11
811,187 811,187 000000000000000000016c9eae3530c8517178773b4f496d8bc49ae54bd4d3bd 2,828 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.