Loading Tool

Explorer IconExplorer

Memory Pool

82,928 transactions
32.05 vMB
0.11604561 BTC
Random Selection Loading Transactions
Max Size: 191.19/200 MB

Candidate Block

Mining Attempt 5b7782d0935ca5413838ea61b0c415257c0dccf2832f63bf831545b094a002af
Version 20000000
Previous Block 00000000000000000001cf5b7d2a37dd298e1ce67799bbd6505a6dc760cb69ff
Merkle Root d8b3d6934fbc8913de98f74b6a177442e91cf935d74228e0f2b1b83ffe6f214e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,247
Size: 1.00 vMB
Total Fees: 0.02796838 BTC
Feerates: 711.74 > 2.80 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,377 (423,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,870 491,870 000000000000000000a2e6a24a1a272bdeebf6ec8a1851eba4532d2c2882cf42 2,014 1.00/1.00 vMB 113
491,869 491,869 000000000000000000b23a48bfcb6930a31fdca73d0efaf7aff271d47fb043c7 1,695 1.00/1.00 vMB 157
491,868 491,868 0000000000000000004ed5d3d42296f877c43cc731e8b9304003e0b593180d9b 1,402 0.60/1.00 vMB 86
491,867 491,867 00000000000000000071f4952b0f68280ddb95506cb687dd4bbbc9d7be8a88de 1,401 0.74/1.00 vMB 52
491,866 491,866 0000000000000000002051ddacd4cfd8d1ad53a8ba45a73c7e77eec3f3e2a80e 343 0.13/1.00 vMB 112
491,865 491,865 000000000000000000085c748e687e13c7a4a2bd0eae2256a676dcba566a61ca 2,007 1.00/1.00 vMB 87
491,864 491,864 0000000000000000009072ae8ec59516d5ba05bccaa6c74c201258651458fe03 464 0.27/1.00 vMB 71
491,863 491,863 000000000000000000c5b717afa23c14f5c4d0d7500b8e2d0fade0da7da8d403 1,262 0.60/1.00 vMB 86
491,862 491,862 0000000000000000003c60949d6aaa8437e431c24ae652bf4af96d9c82911265 2,206 1.00/1.00 vMB 56
491,861 491,861 000000000000000000c65f5c6ff20603e96215727098bd8444d395274a5ddbaa 1,961 0.96/1.00 vMB 100
491,860 491,860 000000000000000000151d17f802f5977e66007a63e3fa2ecef1535056ae3891 1,573 0.56/1.00 vMB 33
491,859 491,859 000000000000000000dfb2616477db64ddf189047bad5c069c160599e84a1908 2,167 1.00/1.00 vMB 15
491,858 491,858 000000000000000000108c9e98f0622f90e99394634096da43e8ec1d6fbc227a 2,294 1.00/1.00 vMB 130
491,857 491,857 00000000000000000058203495150b26a9622582abc667c7eee3183a4f3e4a31 2,130 1.00/1.00 vMB 81
491,856 491,856 0000000000000000007528675b700c5c0e538627759f84b27d0ad8071c2f3d12 2,203 1.00/1.00 vMB 148
491,855 491,855 0000000000000000002c7b6fb81d302dbbd410767268159e8ec4af590cd55075 589 0.21/1.00 vMB 83
491,854 491,854 000000000000000000cbb63e420afa6e0d9a4a15055d5f1cd4a31425285c5053 842 0.36/1.00 vMB 85
491,853 491,853 0000000000000000009904675f5a70a37cf427bbafee64b4b438212dadef7dcb 2,360 0.97/1.00 vMB 44
491,852 491,852 00000000000000000085633b54c2997da925e06891f7328d53d985bf60000820 2,443 1.00/1.00 vMB 69
491,851 491,851 000000000000000000554a8b6284d0dfb4b2f876544d25e746fe63bf2e60a260 2,254 1.00/1.00 vMB 53
491,850 491,850 000000000000000000b75b01c0ec854f9795d4423876d5dfcb55087d02472edc 2,270 0.94/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 783.05 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: 720.49 GB
    • Received: 18.17 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.