Loading Tool

Explorer IconExplorer

Memory Pool

81,321 transactions
30.26 vMB
0.07517721 BTC
Random Selection Loading Transactions
Max Size: 185.78/200 MB

Candidate Block

Mining Attempt 36343b281c65b62f770fc0aab53abe91aa53d464c2b5056b84b0aac3921cef65
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 47c87fd5d7b2e644314a3956a275af79a75d0b24b8eef054af3d40e837d3f1c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,920
Size: 1.00 vMB
Total Fees: 0.00796146 BTC
Feerates: 150.77 > 0.80 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (487,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,966 427,966 000000000000000002bf57a08d573df727e56e47f9a6d21640580c057d93df6c 2,099 1.00/1.00 vMB 56
427,965 427,965 000000000000000003d31c13ceba6b21badb064973d633f5896db2bd68e09dfb 419 0.16/1.00 vMB 59
427,964 427,964 00000000000000000091177950b8b58907fa3b972b0e9a88a69b591c9f1e6e17 1,913 1.00/1.00 vMB 44
427,963 427,963 00000000000000000143c5c170b3d74538b23c50a129ec5fbe6f92c0a6fce5f7 254 0.78/1.00 vMB 22
427,962 427,962 00000000000000000299f3228589cf6e507edfb4eef699b44b00de5729427d09 1,709 1.00/1.00 vMB 41
427,961 427,961 000000000000000002177b5bd199b0ed469392e82732252d81931640fa1bcccc 1,971 1.00/1.00 vMB 50
427,960 427,960 0000000000000000042107a2e9c4fe96e34957ad239d8f768b45e053d9870743 1,879 1.00/1.00 vMB 46
427,959 427,959 000000000000000002565bb7203b8ea90b5b0efb7760eb0426ed9084682df75c 2,814 1.00/1.00 vMB 73
427,958 427,958 000000000000000004c113c2c2d918969e2080155ef4710fc1ce86faf61c7937 2,466 1.00/1.00 vMB 57
427,957 427,957 00000000000000000030739d456ebdd78931dd63aec705123d6b9c9d58bc8ce4 1,852 1.00/1.00 vMB 78
427,956 427,956 000000000000000004b324adaf9ccbbb6c28fc6ccf354c5863338504d42c7f40 2,152 1.00/1.00 vMB 54
427,955 427,955 00000000000000000294c08e0a20d7bfacc0243f9abf0c80407ba314d04be491 2,782 1.00/1.00 vMB 66
427,954 427,954 000000000000000004860d83d4dde3ea2486b666ecd5049c076a04be73dc98e0 2,217 1.00/1.00 vMB 55
427,953 427,953 0000000000000000025888e8266bbdf9b8225ef37c5977e3c152820b687909b4 1,969 1.00/1.00 vMB 49
427,952 427,952 000000000000000004639883eeeae22751b8101ba5610c6dca1ddf94295aaee8 617 0.61/1.00 vMB 25
427,951 427,951 0000000000000000027cec38bcc1136d405e2c0f048731a8bacf1e2993984653 1,730 1.00/1.00 vMB 39
427,950 427,950 000000000000000003f95f3591bc8849bb3dcc649d5099bf30682594df7a6775 2,167 1.00/1.00 vMB 53
427,949 427,949 000000000000000002ec5e3ce325d404d6348dabc8dcec3916bdaf9ee43d9961 2,582 1.00/1.00 vMB 59
427,948 427,948 00000000000000000178a6512898b2da245bdab31f1f927dc2d50de813412b5c 2,797 1.00/1.00 vMB 79
427,947 427,947 000000000000000000208d1df1fcce77c680b28743eecc4044f271d710f8a2fd 1,143 0.98/1.00 vMB 29
427,946 427,946 000000000000000003419657ee3cc8c688650f95bd81a2c09f9a22748e2d2af4 2,361 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.96 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.35 GB
    • Received: 17.71 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.