Loading Tool

Explorer IconExplorer

Memory Pool

58,450 transactions
19.28 vMB
0.06554627 BTC
Random Selection Loading Transactions
Max Size: 120.93/200 MB

Candidate Block

Mining Attempt 3faff969f2806d5e8d5fbf15eb8536b57d163641e44fb98e5f1c1b0d12994aba
Version 20000000
Previous Block 00000000000000000001c06158e4337feeef4a42cc9f1e38e66eeb6421939ebe
Merkle Root eb0b3e942f5ef6e24cbfe5d2712542a5f6d89e00800e2f4a18b15827f648321b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,036
Size: 1.00 vMB
Total Fees: 0.02202948 BTC
Feerates: 146.25 > 2.21 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,704 (906,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
9,281 9,281 000000002bbc2f916e063afff0c1e62318a4e924749a799f7fee57751ad97ece 1 0.00/1.00 vMB 0
9,280 9,280 00000000efeaab82fbc4270997b41c11481f4d92c6e334585f744d0d7074cf89 1 0.00/1.00 vMB 0
9,279 9,279 0000000078ae4a8815ec71240175f5cf33e23ab1d5b37261a3ed92070dcc4aca 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.60 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: 775.23 GB
    • Received: 20.82 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.