Loading Tool

Explorer IconExplorer

Memory Pool

33,394 transactions
25.16 vMB
0.05201525 BTC
Random Selection Loading Transactions
Max Size: 127.55/200 MB

Candidate Block

Mining Attempt 3bcd7575a38f37bfd57f83492de1f008c78b7fe5164eed4a37214970d7137dbb
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root 046676921ee78ba8448cf6304d0a3244a5125738ac138bde89e3dcf98ab0522b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,367
Size: 1.00 vMB
Total Fees: 0.00664235 BTC
Feerates: 93.93 > 0.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (372,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
542,445 542,445 0000000000000000001a65066c6e1a582d3e7a529198ca6c3c6697c0ccb32ade 1,614 1.00/1.00 vMB 11
542,444 542,444 000000000000000000101feed74a307c1e8ae5b0bc402028fbb886bef6170eb4 2,237 1.00/1.00 vMB 9
542,443 542,443 0000000000000000000a35d95f2528c703585424f3493d24b5343f61c01242c3 3,144 1.00/1.00 vMB 21
542,442 542,442 0000000000000000001183fb69c1a9e5f5cb4323c5b9566a74b27d904a0f878b 2,751 1.00/1.00 vMB 21
542,441 542,441 000000000000000000214b8a2496fdd0548493264af5e90190cc6527fa249657 1,733 1.00/1.00 vMB 6
542,440 542,440 0000000000000000002432dc8f9422e2c3029ef1ce35e9e93ba4f50c46e25519 2,252 1.00/1.00 vMB 8
542,439 542,439 00000000000000000012ebffba3f0234d3b635b5c00b25ebedde8fe73d84fb1c 1,100 1.00/1.00 vMB 21
542,438 542,438 00000000000000000006ffd95063d8f8d9433ac68c7d15f8070270cdef0caf79 1,241 1.00/1.00 vMB 9
542,437 542,437 00000000000000000012588748e42208351910b8ad77e373425748d3ee745b4b 2,653 1.00/1.00 vMB 18
542,436 542,436 000000000000000000114b0ff3b45958253d807c0591fe97f2cd4407abcfd04c 3,154 1.00/1.00 vMB 25
542,435 542,435 00000000000000000007e7cd8735f9bc6669eafe36a754c59a496210af06624e 3,130 1.00/1.00 vMB 23
542,434 542,434 00000000000000000003d207e94b9d858aa0f5ead7f335862caaeca782951ec8 2,722 0.99/1.00 vMB 31
542,433 542,433 00000000000000000009c7e84c0e85ac2e4324e18eaec8a2d8516c382022ca29 2,626 1.00/1.00 vMB 19
542,432 542,432 0000000000000000000baa3d78fefb77fb119eebcdbd138bf22eb874c9278bb5 2,249 1.00/1.00 vMB 35
542,431 542,431 0000000000000000001eded2b306aa26bcd7330c3f1c353e3934fdc66232326a 731 0.29/1.00 vMB 13
542,430 542,430 00000000000000000026e02ae7b7e56237100a32912993592547aa57159726ec 1,241 1.00/1.00 vMB 18
542,429 542,429 00000000000000000004e22f19c42929cb31b0ad57fef4d38f4c758e196d7d6b 222 1.00/1.00 vMB 1
542,428 542,428 0000000000000000001a95208e617e527f1dc0f00c3e312b187179951cf17be3 2,501 1.00/1.00 vMB 18
542,427 542,427 0000000000000000001b5170d05f77972d7f4f73d3c455b7edcc53fd59b67a64 1,283 1.00/1.00 vMB 3
542,426 542,426 0000000000000000002755de1cfd20324b73b285ab61b4a6973e239e7a903516 2,870 1.00/1.00 vMB 4
542,425 542,425 000000000000000000164092297dfb1cfbff416ba107ddcfc94907d1739acfa8 3,299 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.80 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: 634.69 GB
    • Received: 12.26 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.