Loading Tool

Explorer IconExplorer

Memory Pool

78,654 transactions
28.89 vMB
0.11078365 BTC
Random Selection Loading Transactions
Max Size: 175.35/200 MB

Candidate Block

Mining Attempt 952197c1bb3ea9c03ec851d0c64b68dfd4e105dfab36fae72810807b4d308c30
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 8d5b1c7cb3fb537f4f89dfc7673140b88205e16f6c2a332912046382ec3feabe
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,194
Size: 1.00 vMB
Total Fees: 0.03949329 BTC
Feerates: 602.26 > 3.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (819,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,210 96,210 0000000000038b412bad0e583683727d7b4e3b38cb98efafe99a026bfba6d2cf 2 0.00/1.00 vMB 0
96,209 96,209 0000000000066bb407a688afb9716f37820f9adaae6840b44b15c083950b3dfa 3 0.00/1.00 vMB 0
96,208 96,208 0000000000007c889ffd53865c041cc31ec8fb52ae316e04a415f34860e5a52e 4 0.00/1.00 vMB 0
96,207 96,207 000000000006f8f891402d00c47b6f12e750c30565da1e5da9b65a412666f90b 3 0.00/1.00 vMB 0
96,206 96,206 000000000005afd9ddf83a79db227d58ecdca2eeced4b0e4a8bcc933f767b813 1 0.00/1.00 vMB 0
96,205 96,205 0000000000018c9662ee69daa684b2cb96b7994a902d4f82d46751c1b35364f7 1 0.00/1.00 vMB 0
96,204 96,204 00000000000518c6b4c8416681a4eb3e4caebbe44b227d926564597084743897 1 0.00/1.00 vMB 0
96,203 96,203 000000000004d641a487dc2c8b7706e1973d4f7a92e237072b47e27e9d690446 1 0.00/1.00 vMB 0
96,202 96,202 000000000001f5017269cd6cb12c069248960896588bcd243f72be28182577d7 3 0.00/1.00 vMB 0
96,201 96,201 000000000003b0bde61d579b5cac2a1634b9aa553d50bf4767a372da0b89eb38 3 0.00/1.00 vMB 0
96,200 96,200 000000000003b97cec3e714136796147fb7ac36cd18eba941dffe346b330e7e1 7 0.00/1.00 vMB 0
96,199 96,199 0000000000011bc2675148710038d131bad83cf6a3fb7da3f8ebff2c9cde68df 1 0.00/1.00 vMB 0
96,198 96,198 000000000003a2fd27756e0cd71e012713c438d6c80817de0815a3b6d50b96b4 1 0.00/1.00 vMB 0
96,197 96,197 00000000000168e7bb30e370cb118dc6bee763bf0332108662d3d2cb5973a5c8 1 0.00/1.00 vMB 0
96,196 96,196 000000000007a03e3902ff94e93c86709c1076a9b230c86264c0968c3bd3e1b9 2 0.00/1.00 vMB 0
96,195 96,195 00000000000316669546942044ab26ade1479ebce0c100a8cc5f44031f317ea1 6 0.00/1.00 vMB 0
96,194 96,194 000000000001c09f7031c488bf942014a1e709ea7a85d5f6fa00cd6921d040a7 1 0.00/1.00 vMB 0
96,193 96,193 000000000001c3afb3f2c4f7eaddfcd2f6055b6e4f8c0ce262a7aff8fe3dc00a 1 0.00/1.00 vMB 0
96,192 96,192 000000000007f679ed952d5fffcf3c69c1fde48e9e179362b121faaccb09968d 2 0.00/1.00 vMB 0
96,191 96,191 000000000004a5e84fb35b62c2d0360d4f56fe993ac95193ba3741837cd1264c 6 0.00/1.00 vMB 0
96,190 96,190 00000000000776826b7c93d29c5e7c456ad98771be52858b6f7258d125654af0 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.