Loading Tool

Explorer IconExplorer

Memory Pool

42,492 transactions
30.24 vMB
0.07394570 BTC
Random Selection Loading Transactions
Max Size: 153.97/200 MB

Candidate Block

Mining Attempt bc0ba34fa6a61cde96d8825c938115a0e9a33a274fa7657494d9d58dc341e322
Version 20000000
Previous Block 00000000000000000001da95720d95f2e479285085836fa441dc2489a9436621
Merkle Root 734b92f5f9b6b2df78f18e081027e52c9aede2e197bb9a37ebcbb3fd28bd88fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,798
Size: 1.00 vMB
Total Fees: 0.01350062 BTC
Feerates: 150.75 > 1.35 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,585 (803,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,550 111,550 000000000000a3fd887467013cd9a5e0ab5badf4732fcd2272567bb9ee915826 13 0.00/1.00 vMB 0
111,549 111,549 000000000000dfa6fa13c49cea9a0c1d75c4f54d2114b989a6eed02b0c6b9222 13 0.00/1.00 vMB 1,475
111,548 111,548 00000000000120f6469c99383cd6bf74cb45f06cc2c40cc63f0e565a97a2dc6d 27 0.01/1.00 vMB 1,081
111,547 111,547 0000000000001e1ca8decea0f7f1919dd3dc2c55dc0ba6c3526d45c963a76fa8 19 0.00/1.00 vMB 2,133
111,546 111,546 0000000000007a3117913dc322dc2462d56ab861689a6908d289862e87d8b82b 12 0.00/1.00 vMB 352
111,545 111,545 000000000001255302991689e26aa0504d562c162d30c15901ec0cb0f40408be 12 0.00/1.00 vMB 1,040
111,544 111,544 00000000000100c4114e295cca4955f3799740ad5ca1b0fe9751370da48af3a9 12 0.00/1.00 vMB 0
111,543 111,543 0000000000000e3eefc5df388fa98861e9b366156d1f5ecf115d2d86e0fc8286 12 0.00/1.00 vMB 721
111,542 111,542 0000000000007d529d7cd9f52420388eccba6b70c2aeea92289ece1cb38565ce 12 0.00/1.00 vMB 350
111,541 111,541 0000000000000fc216b6122ec436d3d5f1220323e428d7577338f2736d308245 12 0.00/1.00 vMB 0
111,540 111,540 000000000000e10f665ccb863c8acbae96be064d99645e831edf155764e1fa82 13 0.00/1.00 vMB 340
111,539 111,539 0000000000004a231a5e76399b3dc12b2641052af6a2b6014a14399dfe74942a 10 0.00/1.00 vMB 0
111,538 111,538 000000000000cc68afa46893a2b76afdc05e44e1edb1d3bb56a508b749513777 12 0.00/1.00 vMB 0
111,537 111,537 000000000000bab8c7334b25b78c18912c29a0fb6b81929555fa00c6a15c2950 23 0.01/1.00 vMB 647
111,536 111,536 0000000000009d27d4e250a917c3f02f9592625213ac0b858ae096d2d7267526 4 0.00/1.00 vMB 881
111,535 111,535 00000000000087edff4b775025b44968875edbc8048beb0ac27402d315f3d22d 12 0.00/1.00 vMB 0
111,534 111,534 000000000000f8b1df0bf9b2be3cda5f20431476a1f2657f8958b42411cfd70e 13 0.00/1.00 vMB 334
111,533 111,533 00000000000034cd73afa85154cb37ab3efd7eef108a3bc4eab315b4df2d8832 3 0.00/1.00 vMB 2,070
111,532 111,532 0000000000006645a04c0622419a2cc7736402403b850d0d646332f151251597 2 0.00/1.00 vMB 0
111,531 111,531 0000000000002726563e20eb8a2dadd6ad94f07028b651ed8a6de69e209f817e 16 0.00/1.00 vMB 1,349
111,530 111,530 0000000000006ea121e4a1f8918f1038229160862f3b44ad318d700a5b8e179d 13 0.00/1.00 vMB 337
Previous 10 blocks ↓
Total Size: 781.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 627.25 GB
    • Received: 11.73 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.