Loading Tool

Explorer IconExplorer

Memory Pool

81,766 transactions
30.98 vMB
0.09642750 BTC
Random Selection Loading Transactions
Max Size: 188.34/200 MB

Candidate Block

Mining Attempt cd0f73379d229825ba8fe18917c34ed3ede6e8ca9079d34cb1acabb0ba9d5f1e
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root 7e501748ff457b348d3319f6812edaa3dc9a737278e957d16ccd73e2d791da65
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,436
Size: 1.00 vMB
Total Fees: 0.02339384 BTC
Feerates: 150.77 > 2.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (867,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,775 47,775 0000000006833dcfa190aa0b056dca419604be426c6a5a612d3e1ea03aa08c39 1 0.00/1.00 vMB 0
47,774 47,774 000000002e158e15b3a10e79a2606a5206db99461be739cc869e40a938eaa85d 1 0.00/1.00 vMB 0
47,773 47,773 000000002ff743d637ebe908fc218d2d37f21fd04d0dbd1f3fbeff1e791df474 1 0.00/1.00 vMB 0
47,772 47,772 000000000ef923775b263d79582e684ae7aab26c962defb09b73c76f7bcf22a8 1 0.00/1.00 vMB 0
47,771 47,771 00000000285ca6d02b22f606ff68fadb03db0c48f898b5765cd6658d9bfa5d08 1 0.00/1.00 vMB 0
47,770 47,770 00000000288a9a5cd8bdb486af2ce9d374e0a187e95cf175e7748db5c03eda10 1 0.00/1.00 vMB 0
47,769 47,769 00000000310cf44ec987a0716af3fc41ea0bdfeadce71edb58eaa0d300c69100 1 0.00/1.00 vMB 0
47,768 47,768 00000000084bb067323a270d041f61ffbab734741b195e6acceeed35de746c63 1 0.00/1.00 vMB 0
47,767 47,767 00000000007214c8cb18925943861762f319e81b39c5273ea2036c805d9a445f 1 0.00/1.00 vMB 0
47,766 47,766 000000002f3f364eeb5c73cf873d7baf4e5ce5449a31f2794171b7da49de5498 1 0.00/1.00 vMB 0
47,765 47,765 000000000db208d8753bd7294659adb0838123d7293e6fbea8afd7b301cdda96 1 0.00/1.00 vMB 0
47,764 47,764 0000000022f64eaa98a813b4bf93b59c7b23b59c94535f55de540c46939b9e2a 1 0.00/1.00 vMB 0
47,763 47,763 000000000d28059f752ddcfe03ecf71f766a29ac66d6079a187c186d3d408720 1 0.00/1.00 vMB 0
47,762 47,762 0000000007769b805d9a7be782b97aca8244376dfdedc995ac0b90e7db715a6e 1 0.00/1.00 vMB 0
47,761 47,761 0000000032e5a94ff3dd8b49620a6bcf72e5342d0379d362fc4510d2e6c042c3 1 0.00/1.00 vMB 0
47,760 47,760 00000000023e8aa90bbce06e8f86edfecb43be89eff219e88e1906d9868dc9c1 1 0.00/1.00 vMB 0
47,759 47,759 00000000215da8a042ba3b4433374524a9719cf4a91c1a6692aaed81333edb48 1 0.00/1.00 vMB 0
47,758 47,758 00000000244b89c9bc2bf91d36503a5dc70f0d3ca78aa7f9d7510754de8c1bc5 1 0.00/1.00 vMB 0
47,757 47,757 000000001ff1b929b8542b8a8197c864eca3d8590731d9189b15ce95046f9f22 1 0.00/1.00 vMB 0
47,756 47,756 000000001d4e637af12d142be7efe9a559f7700b66eea3a777fbcf44c3509ab1 2 0.00/1.00 vMB 0
47,755 47,755 0000000018bad8b819104380f2a426f271fb2b19534a3d4ef4f99a4def1f5a95 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.04 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: 720.14 GB
    • Received: 18.15 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.