Loading Tool

Explorer IconExplorer

Memory Pool

48,964 transactions
30.49 vMB
0.09304704 BTC
Random Selection Loading Transactions
Max Size: 163.11/200 MB

Candidate Block

Mining Attempt 08b8ead5944bad7df86b324f86a56eaa7e0d1933c91bf56f569139c09d6b1221
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 93e7d5383889b9a4615b589e1034d4f6c67f0d56a7f392f0033feb6ea9bcea94
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,412
Size: 1.00 vMB
Total Fees: 0.03054683 BTC
Feerates: 101.56 > 3.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (802,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,238 112,238 000000000000c238bf8bf8061cde90e5b270e5cf33dadd01a9246516cd39a01c 7 0.00/1.00 vMB 1,322
112,237 112,237 00000000000005df9cf52b7b09044ecf3947d874861e1b891ce6038557d9ff89 9 0.00/1.00 vMB 778
112,236 112,236 0000000000007f8829532db2f67d18a931752c37e63512625a95f3f8fefa72f1 8 0.01/1.00 vMB 442
112,235 112,235 00000000000016c244081f08d1f552a06146a1aed397f9ba0ef46ae89871a1a4 15 0.00/1.00 vMB 2,013
112,234 112,234 000000000000f0631b95f7c9dd93bc678fffc62513207ae0e0515e669b985e17 9 0.00/1.00 vMB 1,970
112,233 112,233 000000000000504dac703a3e66ca2c153b7e799351c6b6aa5e152984e813031b 5 0.00/1.00 vMB 1,003
112,232 112,232 00000000000000b87482153838af1aee957d9cd21b3f1571bc3bbcd72c625d11 9 0.00/1.00 vMB 1,299
112,231 112,231 000000000000c6896f1b4e28b53dd02c9965842566799f2ea21c7246c93bdde8 2 0.00/1.00 vMB 0
112,230 112,230 00000000000006a49c463766d6d4d8b3790476e289ea58f03897862c97b71f64 13 0.00/1.00 vMB 0
112,229 112,229 000000000000550bf4fde6a1e04a2956c720b8664768ad611edad0672f598b78 12 0.00/1.00 vMB 1,426
112,228 112,228 0000000000008e403242af7c0cf3688ef63c3d72c64d968bac2bb9a4e069f49d 22 0.01/1.00 vMB 178
112,227 112,227 00000000000021bd097af92fada5b53efe9ac843a2ba78d7408a29d130630ebc 12 0.00/1.00 vMB 1,055
112,226 112,226 00000000000019a4d02b3415f58febcf626f5e50a3123edd53e8526003b8ac32 13 0.00/1.00 vMB 1,937
112,225 112,225 000000000000dc9a16e41270023b9152f8ee7a9d352291554f6563fbb8b8bdb8 12 0.00/1.00 vMB 967
112,224 112,224 00000000000105a5f67696e79660981f5c4513edab21980c7b6a233eb63a8120 3 0.00/1.00 vMB 1,508
112,223 112,223 0000000000009da8c73714fd683d7de23375e961a26a74b000437a785a011cf4 10 0.00/1.00 vMB 370
112,222 112,222 00000000000036ce911df0a981fce3b49b7fc632721411c7e5f1e8ee6eea82b6 18 0.01/1.00 vMB 1,884
112,221 112,221 0000000000006af7e45d3a16e9389ee2092838f6426776c39b897087182f312d 4 0.00/1.00 vMB 2,583
112,220 112,220 00000000000100b66f650144f3ca6ebc31202d227f63b46292f1d61ab6965313 8 0.00/1.00 vMB 1,876
112,219 112,219 00000000000101dc67f858c9fec95bd7c97679c8600a9825b22d3a60e14187c9 3 0.00/1.00 vMB 3,883
112,218 112,218 000000000000cc1f0014c84fc9f02df6a2d563d647ce2e6f43f80fe384e138db 6 0.00/1.00 vMB 578
Previous 10 blocks ↓
Total Size: 782.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 652.42 GB
    • Received: 13.77 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.