Loading Tool

Explorer IconExplorer

Memory Pool

45,393 transactions
28.75 vMB
0.12679691 BTC
Random Selection Loading Transactions
Max Size: 152.22/200 MB

Candidate Block

Mining Attempt 382dbe5cb811c525beff38a1c2c6966c35842c5314b34b23372a05485600986a
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root f77812f339cb9043eff113a1ea1f7a97be7c119a64ada44127cf0e6a904c881d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,186
Size: 1.00 vMB
Total Fees: 0.07149067 BTC
Feerates: 101.65 > 7.16 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (81,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,406 833,406 00000000000000000000c40e594f343cac0ed8b0f8930bbbcd16325037ad7279 3,820 1.00/1.00 vMB 101
833,405 833,405 00000000000000000003155889a00ef8c226e25e28fbba3dcd77a4892ca99617 3,387 1.00/1.00 vMB 66
833,404 833,404 000000000000000000009d95ae515cb6c465f31ca1948c9d3153c4676029503b 2,458 1.00/1.00 vMB 38
833,403 833,403 0000000000000000000361656247ba03bef81cdd2fe9a3bc2b4aa1c9de52d808 2,873 1.00/1.00 vMB 42
833,402 833,402 0000000000000000000146b49fe6f21a8c34f8911ee0af813aefcb89f6f09dd2 2,774 1.00/1.00 vMB 35
833,401 833,401 000000000000000000017113140372460004046ba62ffab93d27f09b55a9614d 3,560 1.00/1.00 vMB 60
833,400 833,400 00000000000000000001bf6bd0df37f5c380307d43a835bc49fa613b6f22cb11 1,765 1.00/1.00 vMB 32
833,399 833,399 000000000000000000014e81afb5ffa6b5289f04165a1aa4867ab5eeea2a3cf3 2,370 1.00/1.00 vMB 36
833,398 833,398 000000000000000000027aa028492af1e818c94594982514c949d25b71b9b59a 2,540 1.00/1.00 vMB 42
833,397 833,397 0000000000000000000200e86d1ed559084a47b8bd0ccdaa0e25ddffe89ac346 2,097 1.00/1.00 vMB 38
833,396 833,396 000000000000000000002d6e16fc795e4b45c37186d8fbc8ae9c6f202e5725f2 3,183 1.00/1.00 vMB 55
833,395 833,395 0000000000000000000137d3390c6b1caed7bf970dcc3ecc46f8e7ea44301b62 2,431 1.00/1.00 vMB 48
833,394 833,394 000000000000000000034427d1832e94f3110217e5ee25338a4de9aa2923d530 1,975 1.00/1.00 vMB 46
833,393 833,393 0000000000000000000320deaa7023606574aeeeeeef973d83646f959c9c4eda 3,018 1.00/1.00 vMB 67
833,392 833,392 00000000000000000000bd4e463f3d29e8dac19e1d385ae59d94b18c2e8cc99f 2,834 1.00/1.00 vMB 40
833,391 833,391 000000000000000000005ef0b72a73f3738ec2d19e21d3e23722859e487bfe44 3,418 1.00/1.00 vMB 70
833,390 833,390 00000000000000000001884922aedbea547d4db750ace66fa541643a15276385 2,077 1.00/1.00 vMB 39
833,389 833,389 00000000000000000001f9c6138fbbdb553dc9001fba3ea014ead6e2b1dec80a 2,930 1.00/1.00 vMB 51
833,388 833,388 000000000000000000026818cc953cc8e57dc7de2ecc18dabc13d00a9e9602fe 2,817 1.00/1.00 vMB 56
833,387 833,387 00000000000000000001e2215b9f5f161f1cdf8a40049499e04c6d5473baf7b7 2,862 1.00/1.00 vMB 69
833,386 833,386 00000000000000000002a54abcf6757a7578cd9da4b3094e91d2d75da06c3ccd 2,339 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.05 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: 650.89 GB
    • Received: 13.34 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.