Loading Tool

Explorer IconExplorer

Memory Pool

79,099 transactions
29.58 vMB
0.07151719 BTC
Random Selection Loading Transactions
Max Size: 177.82/200 MB

Candidate Block

Mining Attempt 8d35704b983eb74bddbea1dca06d042e541c7857a3698d6d4379447442c717b2
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root d7974bc9baa5a6d18356773a4128f3aa4e54389e95a3e9089e8729b8564a03a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,563
Size: 1.00 vMB
Total Fees: 0.01146468 BTC
Feerates: 60.27 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (425,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,701 489,701 000000000000000000e809501bd37f7d3b01d2707cab3ef431c1d273d72d17c7 1,469 0.75/1.00 vMB 343
489,700 489,700 000000000000000000ad793d6cf56ae6707ba9d30f1d85c13b3a73bb8c1978d3 2,495 1.00/1.00 vMB 196
489,699 489,699 0000000000000000008e3d7aa59d2b816fa24f2b89e51cf054273e65c24f08f2 2,595 0.93/1.00 vMB 164
489,698 489,698 000000000000000000c255272686e011ce1e24754a1276b41ba461203d8aadba 2,566 0.95/1.00 vMB 265
489,697 489,697 000000000000000000bbc200de3c06957eab63959b8cb7a2413c13c84cbabb13 2,102 1.00/1.00 vMB 265
489,696 489,696 000000000000000000a942a373e679acda445245803a570a333d074a51db1c64 2,567 0.96/1.00 vMB 282
489,695 489,695 000000000000000000ac49ce7607edeb0544079aaa49986265b22045ebfc541a 2,229 1.00/1.00 vMB 149
489,694 489,694 0000000000000000008fa279187123533162cbbddb0b12aae003734f3c13e2c6 2,347 1.00/1.00 vMB 177
489,693 489,693 00000000000000000079624b224facbc70f70f3fdcfe6eda9a33764aeef20d46 2,333 0.95/1.00 vMB 199
489,692 489,692 0000000000000000007b106b18c94828ec7d8d55a9df16d937f810f9cdf86592 2,302 1.00/1.00 vMB 204
489,691 489,691 0000000000000000001534ce6aa4a8ab4da1c697c54408971e166e8ced0e5e69 1,655 1.00/1.00 vMB 162
489,690 489,690 0000000000000000006c55db7e48f23b0bfebbd703bdffba329eb4cd87a5bba2 2,354 1.00/1.00 vMB 165
489,689 489,689 00000000000000000047bd6694a3e0c42c1096747736e2375d7e38c9e6e0a291 2,661 1.00/1.00 vMB 203
489,688 489,688 0000000000000000008f7316e380dd4ba838516142fb90a253e26fa96dfe0670 2,357 0.92/1.00 vMB 276
489,687 489,687 000000000000000000e0beb488554edfd3bd5b49e09d5bf9a8163d7d43af427a 2,327 1.00/1.00 vMB 174
489,686 489,686 000000000000000000d8114015f262034f2cbe84fd971f46ac30d03a06d42e5b 2,358 0.95/1.00 vMB 195
489,685 489,685 000000000000000000d4a60d261b429d8a825211edff446f68b148c1db05c98c 2,043 0.96/1.00 vMB 174
489,684 489,684 000000000000000000636c990ef978f0d22d35422d22fffc423925afae15d311 2,106 1.00/1.00 vMB 187
489,683 489,683 000000000000000000e26c48484f83f9119d1227ec5ef79216c83591c0a5423a 2,329 0.95/1.00 vMB 201
489,682 489,682 0000000000000000000af624ee7af50742b441698e635ca4a1f6f1eeb160d417 2,783 1.00/1.00 vMB 193
489,681 489,681 000000000000000000248da3595c5757c56ac910583bd378cb29d559f56fb8ee 1,877 1.00/1.00 vMB 189
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.