Loading Tool

Explorer IconExplorer

Memory Pool

63,130 transactions
20.66 vMB
0.05222010 BTC
Random Selection Loading Transactions
Max Size: 131.60/200 MB

Candidate Block

Mining Attempt 7d43aa38395abf893a3fa56b22f6bd09f9567cedd99d1ebbf2bb8f52886492f6
Version 20000000
Previous Block 00000000000000000000e338a1c90feb9182d7b853fad30c9e138876190215e7
Merkle Root 3a3af78a36977e1a5d884359d58f3e9a9e8499d376eac88b86d7c5bb69316e9d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,890
Size: 1.00 vMB
Total Fees: 0.00494739 BTC
Feerates: 40.21 > 0.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,675 (906,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,302 9,302 00000000454b5a70640b199dee28c6c1932b4d8fcd3f7fbf0c1499173222ef9e 1 0.00/1.00 vMB 0
9,301 9,301 000000000ce946ccf793f66a47c78377d7a75010f71ffb4c63923456f81b13da 1 0.00/1.00 vMB 0
9,300 9,300 00000000af5423167651b8b485f0bea8ced1bdf7fe832821e5fad4cc27c59195 1 0.00/1.00 vMB 0
9,299 9,299 00000000ebecfce83aaa92cfc4467c2712ab0c63ae3a5b06199673eaa891710e 1 0.00/1.00 vMB 0
9,298 9,298 0000000054760524884dc3e30dfe97162c978c8f5a2673f94be100b65235d7da 1 0.00/1.00 vMB 0
9,297 9,297 00000000f9959d7bd5d8866f0a90611f743819fa0fda37175beb37236d3462ec 1 0.00/1.00 vMB 0
9,296 9,296 00000000ad2347640191fb915c0329933e87d7204d86594c06fff363103e9344 1 0.00/1.00 vMB 0
9,295 9,295 00000000ee7cb461956c7fc73133ddf14c7592395f7063df1656bf62425bb8f6 1 0.00/1.00 vMB 0
9,294 9,294 00000000b2ff1d0b976c244900e87f7434c26699e31c1ac5bcd7a3453f926fbd 1 0.00/1.00 vMB 0
9,293 9,293 000000002c9d378f8e2d1ce7ecbf23fcae0db52433af7926cf5bba44094c2e98 1 0.00/1.00 vMB 0
9,292 9,292 000000009ca120fa05033f741deff9ab96ddc48ceecfe5e1c38ed6fbc2bc7eb8 1 0.00/1.00 vMB 0
9,291 9,291 0000000071bb4b4fe561191c7ab823d06b5186e00f89fa919ab938757b57a224 1 0.00/1.00 vMB 0
9,290 9,290 000000002d4a48f6027b3fa3a00994dfb36be703ee13a743f13e80bdcfe78b15 1 0.00/1.00 vMB 0
9,289 9,289 00000000fb5e0e40c617769e563e85ac142332b6a236f1f4acc0cdc45a446c55 1 0.00/1.00 vMB 0
9,288 9,288 0000000035e94598de6570831e3401cc581c0b2aba1a0bb8af47ddf0b7788c19 1 0.00/1.00 vMB 0
9,287 9,287 0000000077b4c660a460efea7a851250eebc5040d9b4759c71b7e896f8dc974f 1 0.00/1.00 vMB 0
9,286 9,286 00000000516e4909d43e0197116b71173c2e5d1097cfa7bcff2754449c690847 1 0.00/1.00 vMB 0
9,285 9,285 00000000a77103e5602f83cea9b65a89cde0c19095cbba84e37bfbbac85f9f7b 1 0.00/1.00 vMB 0
9,284 9,284 0000000026d2af72ee7b249d90df440d229c4687fb991e4df51b2817843ffab3 1 0.00/1.00 vMB 0
9,283 9,283 00000000de2bda4269ff82cdbf40d434408cbaa8cd76c9fc593dd6fd41230c51 1 0.00/1.00 vMB 0
9,282 9,282 000000004a264c6b89385ee2ece891a6a8b6b1017bcac3bd790f5c5f8727ffe0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.56 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: 774.26 GB
    • Received: 20.66 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.