Loading Tool

Explorer IconExplorer

Memory Pool

79,109 transactions
29.30 vMB
0.09683020 BTC
Random Selection Loading Transactions
Max Size: 177.11/200 MB

Candidate Block

Mining Attempt bec4fec10dd7afc7bac9f9d69d800eaff0dfa3a26df9b7ab0cb22b82472cb9ac
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 5c3b50b8050723201ae07f29b6c33291e78dbaf4e8b4904fcd6106abc93f519c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,277
Size: 1.00 vMB
Total Fees: 0.03480587 BTC
Feerates: 150.62 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (175,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
739,159 739,159 00000000000000000007aefcb3ed4f9b5af354fef356bd4c88e2206494f6a96d 1,428 0.46/1.00 vMB 14
739,158 739,158 000000000000000000087f4aee97287333ab91e2655782843bd9ede8890421d6 2,109 0.83/1.00 vMB 7
739,157 739,157 0000000000000000000468481a55d7bc49d01e3a5153c78c5592e7ca43be20e6 1,847 1.00/1.00 vMB 20
739,156 739,156 00000000000000000006c3060dd4aa4a98062436de7d4bc05ec83d8e5f2a6c8b 1,909 1.00/1.00 vMB 7
739,155 739,155 000000000000000000028efac378f59c1225b30b92f711464e656ad55c1bf7e8 2,984 1.00/1.00 vMB 8
739,154 739,154 0000000000000000000397dec67973614e249c0f83615fa9a5db5432a740b000 1,619 1.00/1.00 vMB 14
739,153 739,153 00000000000000000006620bf69e3ffccfac24e209bf54900357c903a5718930 3,365 1.00/1.00 vMB 19
739,152 739,152 000000000000000000027aa51ab617d3e935986553d07d62447183cfccd47477 2,501 1.00/1.00 vMB 22
739,151 739,151 0000000000000000000372d7a77c85ba402ac3b67395c2ee784f5e699b23efb6 2,070 1.00/1.00 vMB 23
739,150 739,150 00000000000000000007a785394dff59e48250c393c9fd20f22c7ee85615fb4f 1 0.00/1.00 vMB 0
739,149 739,149 000000000000000000014aed0582b98f4a0a1ee08799b6c132806168c3ff583c 3,175 1.00/1.00 vMB 31
739,148 739,148 00000000000000000002a3b71150ffd5c387a739d126a32671fb33e0992f7d71 1,866 0.61/1.00 vMB 7
739,147 739,147 000000000000000000077a5f61d2f6235eab2375ae03e7a78d5fa5c8d3e3163b 2,918 1.00/1.00 vMB 19
739,146 739,146 00000000000000000006ce89024e26dae0317407fac42acb1c585f995b3a3ba1 30 0.01/1.00 vMB 14
739,145 739,145 000000000000000000056e23aaf8dcfe08f754b2dc25536993f76ba214040658 176 0.13/1.00 vMB 6
739,144 739,144 0000000000000000000204cbe6899f747a4b1f6c964740f56ea244e1536902dd 2,618 0.98/1.00 vMB 14
739,143 739,143 000000000000000000054f8bada57a050e5596478e4c585621376199cbffe3a7 1,192 0.61/1.00 vMB 7
739,142 739,142 00000000000000000003617437202e06ecc51b7a5c79e7fdb11bb3824d9eb78d 2,318 1.00/1.00 vMB 9
739,141 739,141 000000000000000000087ebd9dff3f7a61903d2ac110a50f4413189493785bc4 3,105 1.00/1.00 vMB 7
739,140 739,140 000000000000000000008978f12e97c0e63672411ef76a239c0199987a2b72f6 3,125 1.00/1.00 vMB 22
739,139 739,139 000000000000000000060b8f76cd3cbc7b83a6ff94a2231c8d8d4fce46fbf141 2,135 1.00/1.00 vMB 14
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.08 GB
    • Received: 16.38 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.