Loading Tool

Explorer IconExplorer

Memory Pool

73,778 transactions
27.41 vMB
0.06410171 BTC
Random Selection Loading Transactions
Max Size: 167.34/200 MB

Candidate Block

Mining Attempt 052f88d4c20de765bbc8693c15e7acc6869060dfcdbfa3103ca52ca2e5de1f99
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 87ea55a95ecf32e4dd00dfd46576de253a512ecd59ed19d5e29cab6077ce9c6c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,720
Size: 1.00 vMB
Total Fees: 0.00583114 BTC
Feerates: 73.20 > 0.58 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (318,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,544 596,544 000000000000000000007167fcae758b92d46cdeb98cdad1ccfd7e5ccabda442 1,931 1.00/1.00 vMB 26
596,543 596,543 00000000000000000003b3794eacae6f33d03a98fd16ad8d44c905f7ab318599 3,253 1.00/1.00 vMB 50
596,542 596,542 0000000000000000001660d8d4572d8117cfc8fdc0d42f4eeb4c4d98d3a1c8f0 3,474 1.00/1.00 vMB 50
596,541 596,541 0000000000000000000d0499dd53e25330fd9fb860e0d1bb425d712da63a6818 2,784 1.00/1.00 vMB 34
596,540 596,540 00000000000000000013b870a7b8c60ed52b025ea7c236b6d0a46900deed1268 2,587 1.00/1.00 vMB 28
596,539 596,539 0000000000000000000cc1d4eea40fcd42723cacdedf743267c88a74ec450d12 999 1.00/1.00 vMB 13
596,538 596,538 00000000000000000016fe868de326544a402809beea31efc47cf7a9f3c09375 1,672 1.00/1.00 vMB 20
596,537 596,537 000000000000000000063c0e58ada7574f5fbf6933b4fe88200b07d7c1a102ea 2,540 1.00/1.00 vMB 28
596,536 596,536 0000000000000000000c61de5f8945a9e5fe65eccd022ed224ed7d7e90e26054 2,703 1.00/1.00 vMB 26
596,535 596,535 0000000000000000000a3d02bf75cc395e381148d7e4f8e382216a1e9545f9c4 2,714 1.00/1.00 vMB 33
596,534 596,534 00000000000000000010bf3b9e37421775234af30db3dc6939f9a4d01ac7b7bd 1,965 1.00/1.00 vMB 21
596,533 596,533 0000000000000000000d0fa666f370f8a9777e4e24ed225bcf3d6e8083b44fb5 2,910 1.00/1.00 vMB 37
596,532 596,532 0000000000000000000f43fb5317cc219af945df7a4bb2c6a197146a0dc0e966 2,794 1.00/1.00 vMB 60
596,531 596,531 0000000000000000000384b789c39e99f6a93e28169f8a665e3be4511ea0d9f3 2,375 1.00/1.00 vMB 48
596,530 596,530 00000000000000000006d9ee7b1fb2f4be7954d445f9b773b29e11c36288a365 2,334 1.00/1.00 vMB 53
596,529 596,529 0000000000000000000e78d4f0e95057443c913a9d19f85c17df63a9923c9d56 1,966 1.00/1.00 vMB 65
596,528 596,528 00000000000000000009e3200006a369bb42f2b4a1e51b2b278f1bbd0a7d1b0f 3,123 1.00/1.00 vMB 49
596,527 596,527 0000000000000000000a908de31b33392bf81359b33f5e2c2ddeed859adcaac8 2,266 1.00/1.00 vMB 23
596,526 596,526 00000000000000000012a635f1ff5701686b64c1878ccca00d488f3f8ff01bf8 2,325 1.00/1.00 vMB 30
596,525 596,525 00000000000000000002f412082e6d5d87c67320e6d93137bee2f90554224097 1 0.00/1.00 vMB 0
596,524 596,524 000000000000000000123527578420892ccfd1b6fdac30915dc58b3f62503879 3,029 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.95 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: 715.14 GB
    • Received: 17.65 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.