Loading Tool

Explorer IconExplorer

Memory Pool

77,775 transactions
28.93 vMB
0.08211833 BTC
Random Selection Loading Transactions
Max Size: 174.96/200 MB

Candidate Block

Mining Attempt a8b84bd48ffa55e147481aa06a69af9eefef4b496b730d5c20e0ab46514236ba
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root b162b59093816fea75e6fc35aebcd595656fc27272cd97933dfe1ab677aa7bea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,269
Size: 1.00 vMB
Total Fees: 0.02167078 BTC
Feerates: 150.62 > 2.17 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (720,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
194,238 194,238 00000000000004049127ae8eb33eaafaadfdd574afb6fa24431df4047bb868bf 119 0.05/1.00 vMB 136
194,237 194,237 00000000000001b18bf359eb6f91f5e29d10bfb84735586746dd48b3591ea7ed 220 0.07/1.00 vMB 3
194,236 194,236 0000000000000729f2724aa5b9a4fd95a1a309431b21022d1755621659e4fdee 348 0.14/1.00 vMB 115
194,235 194,235 000000000000056e0ea7f8b8beb9bc8a585c530dbbbb3d30cc93c65c14a5316b 291 0.09/1.00 vMB 139
194,234 194,234 00000000000000e8fc12941c71fff1afa24b612abf2dbe85b8755153c6c28804 916 0.43/1.00 vMB 175
194,233 194,233 00000000000003df195fc8f629f250a3d9bd49b9fa0fb1a7045208dfb5dbfa20 13 0.00/1.00 vMB 11
194,232 194,232 00000000000001ff7ef3f41058bd1b2b01edd94a815ba14fdb580d4dfc3745b2 13 0.00/1.00 vMB 6
194,231 194,231 00000000000004b44f5648d4e6333d1b66d43f9e26502f0fc264d4841ea4cd25 323 0.18/1.00 vMB 165
194,230 194,230 00000000000005e220e4fcfb6aaadeafede4b388a64926d633fd540e627bf37a 107 0.03/1.00 vMB 6
194,229 194,229 0000000000000266714eb010f47fc78e6a41cf70fab9036cad3426824a70365c 483 0.19/1.00 vMB 182
194,228 194,228 00000000000002a8f08f803e9e81689653b2a1c96bdf950155fa75c00c0b164a 262 0.09/1.00 vMB 145
194,227 194,227 000000000000043f81fc85cd23cf0e6d1695277b1b75ed8aa9e98cd0c96b302b 243 0.11/1.00 vMB 116
194,226 194,226 00000000000003c9eb72f9bc8974e79d1348e378c4eb69f92518b6f8857ed5c7 587 0.20/1.00 vMB 188
194,225 194,225 00000000000003e9eacd6f3d5e5c2c412d012bbc6245fb3e24b2d2cdf1b3f13b 512 0.17/1.00 vMB 97
194,224 194,224 00000000000004912a5f3904f8fb9cf2fe012d9f4dbce6a9ec839630d398fd6a 168 0.10/1.00 vMB 156
194,223 194,223 000000000000066861b20efedea227e07a887ea96eb34615e0eaef08949f6a5e 112 0.06/1.00 vMB 176
194,222 194,222 00000000000004e23b8ed01d6ad5ab418bfd036a020ca53d037f9c4ecb876aaa 81 0.04/1.00 vMB 6
194,221 194,221 00000000000003e0781487e52bb048aceb75aba64ce7e0f39512a691ade6555d 440 0.15/1.00 vMB 162
194,220 194,220 000000000000077a4bd73ec7d6337c3118cbebb92bca98826c9dd1bfc6e7bf0b 523 0.25/1.00 vMB 146
194,219 194,219 000000000000037d3f61e229a02b52b3ed5ba6e987bd441742def6835abe57a1 107 0.05/1.00 vMB 126
194,218 194,218 000000000000000952ea08924bea8607071dd229b8c61bf14cdb50eed7ecc0d6 217 0.06/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.66 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: 673.07 GB
    • Received: 16.37 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.