Loading Tool

Explorer IconExplorer

Memory Pool

46,484 transactions
23.50 vMB
0.05689904 BTC
Random Selection Loading Transactions
Max Size: 129.42/200 MB

Candidate Block

Mining Attempt c5473c57629b5e809c3e24565e937d8a45a7542b838b9664ea5ca41d8f169566
Version 20000000
Previous Block 00000000000000000001b73ac60b272adde6c9e6785633f574ac0b5aba905ada
Merkle Root 79f257bab950ffa9adb72794fcfc98884ef1a73bbd25d43c73eb53c3b011f117
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,190
Size: 1.00 vMB
Total Fees: 0.00764908 BTC
Feerates: 52.19 > 0.77 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,982 (857,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,296 56,296 0000000003becbfef4aeae3396d5a5afdbfdedd536c6faf4adce822436b5a8f7 1 0.00/1.00 vMB 0
56,295 56,295 0000000003d325bd261e46fdf74bab23a74db447ba578fbd1582f2eb39d4edf4 1 0.00/1.00 vMB 0
56,294 56,294 0000000002a6ebf2aa0b277d57dab5249de0052b86c6e6f25cbaf7a75055acf0 1 0.00/1.00 vMB 0
56,293 56,293 0000000008c6016d084b07d207cbf886e29df4e38907398f84606c424d0339cc 5 0.00/1.00 vMB 0
56,292 56,292 00000000042de129cbf4f491ca7bed958e395b716d31caae3983dc9fbd8aad1a 1 0.00/1.00 vMB 0
56,291 56,291 000000000e2375b97dcb25fe085741cf14e4787b2d8f596298ce2e88cddf1a74 1 0.00/1.00 vMB 0
56,290 56,290 000000000619285e93229c6f5eff10007817917c64539f246051e2311a804487 9 0.00/1.00 vMB 0
56,289 56,289 0000000006e769020fe19fd070a5a1f9fb13300376a48e9f3e043b2749480e00 2 0.00/1.00 vMB 0
56,288 56,288 0000000012f7062575aa083521cc14f6c6374b335a00023134c2f6cfce445ad7 1 0.00/1.00 vMB 0
56,287 56,287 000000000eb32a52473688ce64f006064b89e56e91aa7c4eae3ba5c8bdc5e28f 1 0.00/1.00 vMB 0
56,286 56,286 00000000138f8c7300cecf5a1eb61a78483c02cf97b56d8a37f33f7cd05efd06 1 0.00/1.00 vMB 0
56,285 56,285 000000000cb62ac749a742a87185bd56f06372c27591b1f35111855620ffd9f4 1 0.00/1.00 vMB 0
56,284 56,284 0000000008070890022f89416a1a5d90c64974aad01c2ada293e1906366bc094 2 0.00/1.00 vMB 0
56,283 56,283 000000000c2eced2230bc3bc2dcdb2e4172520c9c28e8e4399ee1a1d017580e7 3 0.00/1.00 vMB 0
56,282 56,282 0000000002868a52dd13943d2b3ccee93eb1e08e0944081d64e5bfb4f6381c25 1 0.00/1.00 vMB 0
56,281 56,281 000000000143143a52a86874bfd3620b37b828d50ecfc11716931599e770d125 1 0.00/1.00 vMB 0
56,280 56,280 0000000013623f65c54815ec9e3eeb968f1bad53069e5453dd73dc78dcee77e2 1 0.00/1.00 vMB 0
56,279 56,279 0000000003b2b4ef714af1465ff9e212a21c48c0838063689b99b304d1b2d507 1 0.00/1.00 vMB 0
56,278 56,278 0000000012cef20605c64e1ae6c9b0d49977d3e21438705bb340ef4da273ef61 1 0.00/1.00 vMB 0
56,277 56,277 000000000a00545050b4824102e45edeb29d388352a6e8d939dcaff01644c97b 2 0.00/1.00 vMB 0
56,276 56,276 000000000dadd1ef5aaa52be707049b5cbafbd57322ce74e404ee2ede99963e6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 539.05 GB
    • Received: 6.14 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.