Loading Tool

Explorer IconExplorer

Memory Pool

84,268 transactions
32.00 vMB
0.09625674 BTC
Random Selection Loading Transactions
Max Size: 194.65/200 MB

Candidate Block

Mining Attempt 2323eb8c8ba727cd84a6e30e5d11ff6eabf5630eec7277dde4327a3b4d533342
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root 3698811c28ad99b2bd95ede1b750b80e7bef6b22aff6139019194b1f35fd7c4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,064
Size: 1.00 vMB
Total Fees: 0.02616310 BTC
Feerates: 179.53 > 2.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (881,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
33,706 33,706 000000007382f823544c504866f212db16bdbde2860db35679e6414304dd90af 1 0.00/1.00 vMB 0
33,705 33,705 00000000627901216fc215c48c714632f1153ef528505aa18d550923e068f1bc 1 0.00/1.00 vMB 0
33,704 33,704 00000000071e54fd70ada6930db77b64bdf9d836c05276999b1ac8a5ab848d99 1 0.00/1.00 vMB 0
33,703 33,703 000000008be77644c8b2fce5eed3ffb47879e614dbde1045914e588e9e8fa058 1 0.00/1.00 vMB 0
33,702 33,702 000000008b63eef0ce55633dd7fa7fe0b8016229a7ae460e351224b716b20e2d 1 0.00/1.00 vMB 0
33,701 33,701 000000009bb5d25cca52dfb88a3ccb114ef5fa6dc584a5b680f5ab8ea33d2cd7 1 0.00/1.00 vMB 0
33,700 33,700 000000002eb8a8b7636d666a6e51f8d1159a44e406a6765cf013bfd3291ab61e 1 0.00/1.00 vMB 0
33,699 33,699 0000000046986d54f949fc7eff32b541efadd39c17d16316ca0ac31900b77e54 1 0.00/1.00 vMB 0
33,698 33,698 00000000a2bfb2b97af1454323f367ca74efd0397384abdbed2e6fc3528abf2c 1 0.00/1.00 vMB 0
33,697 33,697 00000000ceed236f63d4e468626de9d62cfbc65ce555fcc4555141f99221edc8 1 0.00/1.00 vMB 0
33,696 33,696 000000009ebcab7109d0583bedf52211cc0c255999ea3405d45244e2a0769ae8 1 0.00/1.00 vMB 0
33,695 33,695 000000002fffbd9c5a853759e226949183b7e4148d059138f93d5bc74731a485 1 0.00/1.00 vMB 0
33,694 33,694 000000006fb38133624f69470253a77ef3d1fa947b6ea8523e1f37c533af9a91 1 0.00/1.00 vMB 0
33,693 33,693 00000000861b149eba17b1a4bd3b573475f81c3f3294aa0ef9c9404b59c76c17 1 0.00/1.00 vMB 0
33,692 33,692 000000000330cc3336211a8debb366e8a814e942a65964d0cca85718a0b2161c 1 0.00/1.00 vMB 0
33,691 33,691 000000004beb49a3d08697b3e9d28fbd60a569a393912ab39169d23ab1b8e330 1 0.00/1.00 vMB 0
33,690 33,690 000000004848b36e1e9e77b168d761fec2867c9dd64e23b706252107e2ec37a2 1 0.00/1.00 vMB 0
33,689 33,689 00000000716e2c4e34bbaeeb8ee1723259b5e73ac5d6c905bdb11e444cd5a537 1 0.00/1.00 vMB 0
33,688 33,688 000000004f5174e6cf360849f704af54a28d07c087b79524c9d15414c9b76e36 1 0.00/1.00 vMB 0
33,687 33,687 000000000d71a5d1af5e30cc216814c355811c83c5265dfe7c7b4e648a2c2b16 1 0.00/1.00 vMB 0
33,686 33,686 0000000080913bec1c04dff83ba1df4a3d82454a6dead0e009596474d2f95d0e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.75 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: 708.90 GB
    • Received: 16.78 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.