Loading Tool

Explorer IconExplorer

Memory Pool

86,537 transactions
32.17 vMB
0.10987482 BTC
Random Selection Loading Transactions
Max Size: 195.51/200 MB

Candidate Block

Mining Attempt ca3d43aac9216c44b8b1748fc4ee54f7fe90e76c09a360b841320f43ad6ed477
Version 20000000
Previous Block 00000000000000000000d6af37f0b6daaf3286e0e474d4226cd2febdaed43b03
Merkle Root 90ab74ebfd23d8ddfbaafbf167d02628f08658bc30db4385e249c85fa4ba71b5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,687
Size: 1.00 vMB
Total Fees: 0.02502052 BTC
Feerates: 301.68 > 2.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,363 (813,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,861 101,861 000000000001d8738fa5a5a27a6fd915e425e6f53d615d40cf8a07bebfc395f7 6 0.00/1.00 vMB 0
101,860 101,860 000000000003ddb6c1c16011d0510daf2d0d13503f9797f23c77633617f72f97 1 0.00/1.00 vMB 0
101,859 101,859 0000000000025892037f82a8676c7c917b833187f6061be51d364478cf1b42af 2 0.00/1.00 vMB 0
101,858 101,858 00000000000136056c57e4891ce6e20a32ef379f49ebc082d81af63093b8fd20 7 0.00/1.00 vMB 615
101,857 101,857 000000000000ac5a598307549353873c21ff9c1d9b2abc2e26c3e0c0d7d87c9a 4 0.00/1.00 vMB 0
101,856 101,856 000000000002c26508ce93017ce88b4857eb7faaccf96c1e2ef5c6abed79fbad 3 0.00/1.00 vMB 0
101,855 101,855 000000000002a6a9f30cb6ed5e293a5adc953658cf0213fa5404b672f5da30a7 2 0.00/1.00 vMB 0
101,854 101,854 000000000000d4ecfd2e113f1536ec8621b06cf027ae78892032f1e8d518ce14 3 0.00/1.00 vMB 0
101,853 101,853 0000000000018b94b71630c2c38f8b0bf8e3a1e76577e30b94f250d7989dd409 3 0.00/1.00 vMB 0
101,852 101,852 00000000000122d87525424a8ff4ee1a7edaffc89d59aed80d7308cfea4f0c53 1 0.00/1.00 vMB 0
101,851 101,851 000000000002db914003592855e8b0563fcfb98ca977f2cc4821e703d2d74cac 2 0.00/1.00 vMB 0
101,850 101,850 000000000001f498067a255c6b16b4ac5929d1a7d3b4137d782b9668f8dd6bd3 7 0.00/1.00 vMB 0
101,849 101,849 000000000002cdaf2dd6a8442dc55246695afba166b8a9ae70defff4fd1c4315 2 0.00/1.00 vMB 0
101,848 101,848 000000000000e7ab4cd1d43e8ab503fa1e7f3400f58fc473ef1a1cfce148cf2a 2 0.00/1.00 vMB 0
101,847 101,847 0000000000018cdef307bbd7f92bf05b471947064f7d4bba53ebc5ac1315ba76 2 0.00/1.00 vMB 0
101,846 101,846 00000000000008e50c971a903b09ce24791c3c684cb5b4776a30ae3be2134934 3 0.00/1.00 vMB 0
101,845 101,845 000000000002953c502d4a46bfa04359521228b32113a4e68e7a430cef6e8eb6 110 0.03/1.00 vMB 0
101,844 101,844 00000000000126124fcbca5eb5b2ed8f7da2dccd870741c472877824cde53c20 13 0.00/1.00 vMB 0
101,843 101,843 0000000000014afdfdfe4f16d3038591430e054de40862a3dd1ec14180945bff 7 0.00/1.00 vMB 0
101,842 101,842 000000000002c3e69a89c4d67ad1dd8b2474422c2a6ad4ba82c4ab56430b2e10 1 0.00/1.00 vMB 0
101,841 101,841 00000000000277eaf24f66ae9f16602a5cd7f335a83d85c943c6455f6f208870 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.02 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: 719.44 GB
    • Received: 18.06 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.