Loading Tool

Explorer IconExplorer

Memory Pool

29,741 transactions
15.87 vMB
0.05183948 BTC
Random Selection Loading Transactions
Max Size: 93.54/200 MB

Candidate Block

Mining Attempt 86f45813bc438905f01e7a9174370b4a80381594ccdf86575d70ab4993ad73c1
Version 20000000
Previous Block 000000000000000000010e331584f48a9f5049328449208dc6c94d68f333f5e6
Merkle Root 1a49b60ac6995bb002ab3752cd4f620caa07326afbaa69ba87069b89033c16c2
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 3,163
Size: 1.00 vMB
Total Fees: 0.01913370 BTC
Feerates: 150.75 > 1.92 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 918,099 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
918,099 918,099 000000000000000000010e331584f48a9f5049328449208dc6c94d68f333f5e6 2,745 1.00/1.00 vMB 2 ago
918,098 918,098 0000000000000000000191b2ed19a76d2f86bc092c25d7c1c86cc72285facf00 3,729 1.00/1.00 vMB 4 ago
918,097 918,097 00000000000000000001c393299ff688bf1a90a3358ba34dec7235c98465ce58 1,404 1.00/1.00 vMB 0 ago
918,096 918,096 00000000000000000001163488d7abc25d2af6d649a40abd289341e7db6725e4 1,555 1.00/1.00 vMB 0 ago
918,095 918,095 0000000000000000000145f20be98793b10e8872dbc963a168018c5ea7909fbb 2,154 1.00/1.00 vMB 0 ago
918,094 918,094 00000000000000000000da614c72e681a2c779a1994d166861bf7b7162fa119a 3,016 1.00/1.00 vMB 2
918,093 918,093 000000000000000000005cfbdda455b1a26667ed77f78c0d1676d94527b46677 2,818 1.00/1.00 vMB 1
918,092 918,092 00000000000000000000a2dc5de3610f551a819dc3cb3be2ad5b87223a1d30b5 3,415 1.00/1.00 vMB 3
918,091 918,091 00000000000000000001bc33ff038270d70869532d819935e5b1ef73c484f79a 3,366 1.00/1.00 vMB 3
918,090 918,090 0000000000000000000088dd18b30ccacc02ed70605efa5d87e4182483ffd88a 217 1.00/1.00 vMB 0
918,089 918,089 00000000000000000001bf2d2c8a5d4a114a23e49251d7560f566a6825c8c56c 1,243 1.00/1.00 vMB 0
918,088 918,088 000000000000000000014b9bcf8c7011fbbeeb066836aef09cd51c81acf1fc10 3,558 1.00/1.00 vMB 2
918,087 918,087 0000000000000000000163a102277cdf5984eba1119bb6d5e32d9d811388a64b 2,933 1.00/1.00 vMB 3
918,086 918,086 000000000000000000014b576517968bfb99f849b6031c398ccd1dfdf0a93c77 2,278 1.00/1.00 vMB 1
918,085 918,085 0000000000000000000101704b5f4edcc9ec60d553d8166a9f7723a288aaf2d4 3,580 1.00/1.00 vMB 3
918,084 918,084 000000000000000000013e300f725a3fca67f0c0bba3d04c39d3dc0ee449d86c 1,889 1.00/1.00 vMB 0
918,083 918,083 000000000000000000014e7e14ab78d6f497477c65af6abc86a0eada684bd7f2 2,567 1.00/1.00 vMB 2
918,082 918,082 00000000000000000000efce5778fe7a2f9d21209fce95a00216df5b840d164f 3,133 1.00/1.00 vMB 3
918,081 918,081 0000000000000000000196afd1998f68fdcabe1210528a1ebf2af618341037fe 1,452 1.00/1.00 vMB 1
918,080 918,080 000000000000000000019fe3ff120a2848a037843fb390b5d86c16ec4d155cfe 3,795 1.00/1.00 vMB 3
918,079 918,079 00000000000000000000b715d9d96a08122fecb9bdd340d0643218e1f0464a89 4,665 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 787.73 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: 1,107.27 GB
    • Received: 39.35 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.