Loading Tool

Explorer IconExplorer

Memory Pool

75,135 transactions
29.29 vMB
0.08758034 BTC
Random Selection Loading Transactions
Max Size: 176.99/200 MB

Candidate Block

Mining Attempt 044237e816577f650fa31c0c9675f258fd3f473a42364e96e5a12bb2d70f0b0f
Version 20000000
Previous Block 00000000000000000001a4680f61fa8055c30a8aee518e2366bd68e5b7c97599
Merkle Root f78ee96e7de1cd65f8bf70c9b70fe0a8f06f1ae8b4f6520154f03afc275ae5fb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,224
Size: 1.00 vMB
Total Fees: 0.02246404 BTC
Feerates: 147.99 > 2.25 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,444 (6,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
908,615 908,615 0000000000000000000130a6c4d2912f0b58aae7c375f1430c14faa1419bd35d 3,145 1.00/1.00 vMB 2
908,614 908,614 00000000000000000001d9e2335b1c5df7bb6fc5b055d9c86bdfe5d0fce3a010 4,019 1.00/1.00 vMB 1
908,613 908,613 000000000000000000013a0a17641ba4a7c90d1a8334bf095ddb952c109bd133 4,516 1.00/1.00 vMB 1
908,612 908,612 0000000000000000000076fa980a9dc54fa4012d8c2eb46c6ee2e281bca830d6 3,504 1.00/1.00 vMB 1
908,611 908,611 00000000000000000001e96081776026d47033432ab15ec206a74c763349bb6b 4,490 1.00/1.00 vMB 0
908,610 908,610 00000000000000000001cdacb297774441c2f9a005ca3e63f58704747f760dd4 4,249 1.00/1.00 vMB 0
908,609 908,609 00000000000000000000ce03a0a7348224b9c34f1b37b880fd51652affc8c9a7 2,428 1.00/1.00 vMB 2
908,608 908,608 00000000000000000002120cd832238f52b748e54a8c55d9687f30218c70928e 2,956 1.00/1.00 vMB 2
908,607 908,607 00000000000000000001cebecf4d06b0f0b2da753034aa1afd4fbecea1888cfb 1,547 0.42/1.00 vMB 2
908,606 908,606 00000000000000000001903db768a98b9c6c8a0a1574f172e686130725340001 3,462 1.00/1.00 vMB 2
908,605 908,605 000000000000000000015a6add5e7b04ea704572dc95359dd41b03b6ea1e243b 3,126 1.00/1.00 vMB 2
908,604 908,604 00000000000000000000403602bdde2e18568c59b162c075f43932b96f8b0697 648 0.96/1.00 vMB 0
908,603 908,603 000000000000000000019018ca19d7b65578fb779feae03b386014ef5d89b25a 2,371 1.00/1.00 vMB 2
908,602 908,602 000000000000000000008c2b276d10a68e001424021f216d265f42852dfa1f46 1 0.00/1.00 vMB 0
908,601 908,601 000000000000000000015d7097ac8a616b0a7379834b3e956327230436d3b88a 4,013 1.00/1.00 vMB 1
908,600 908,600 000000000000000000008e549dcde4b29cdc0ae010a8b8531f8a7deb33097144 3,880 1.00/1.00 vMB 1
908,599 908,599 00000000000000000000b1c6897e31e24277199629f5a30041933bac8dc027e6 721 1.00/1.00 vMB 0
908,598 908,598 000000000000000000020a3c92799772fa0160dc2805a1d819e12b5cb67b7c2f 2,274 0.72/1.00 vMB 2
908,597 908,597 00000000000000000000eb5b04546f3e597c67eebc6aedf1281dc48933d93c20 448 1.00/1.00 vMB 0
908,596 908,596 00000000000000000000635ed14efe73880aab1c790a865c0dc5104fe7a2a404 1,116 1.00/1.00 vMB 0
908,595 908,595 000000000000000000018de2ca6c9a9ba54461e0a99aaac4e0140041543da2b9 2,799 0.81/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.17 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: 748.19 GB
    • Received: 18.79 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.