Loading Tool

Explorer IconExplorer

Memory Pool

29,165 transactions
6.89 vMB
0.06257673 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.39/200 MB

Candidate Block

Mining Attempt 11262074a94ef2add5811e916b46082ec5ce335327cc3e9f466aa2a908cb19a8
Version 20000000
Previous Block 000000000000000000018eebed2d7232c099f5b7cebd2db9e37dda09ff54ec27
Merkle Root fe6f63ad49860520c6e7aa78137373833fafdb5cc1d60b1a2d56178d6df12d37
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.03710327 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,209 (769,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,049 144,049 00000000000002272971d6dbcd3a3c28c6aecf2e96b198e5d261b641e67e8daa 0.04 MB 77 194
144,048 144,048 00000000000006bd4836a314cb6797360e211822b164656c90683002b2a0c65c 0.05 MB 146 27
144,047 144,047 00000000000000fb06a09ed20e76803a754ba5cf75bd4d3a74ba55c63b35cac1 0.00 MB 8 648
144,046 144,046 00000000000004b6f7c9eb039e6ffd3ab62a0ceeccc4408d242a10d3a6d58364 0.03 MB 59 331
144,045 144,045 00000000000006cab967df81a2d674f4275c5557504ef92cc2807a8c45130eb9 0.04 MB 61 159
144,044 144,044 000000000000086bd80afd3af8116f886274192ce4ce7b94a2fb35e022522b0f 0.02 MB 39 228
144,043 144,043 000000000000071d0d7d0653b8957ae606bf9afd75a885cd3617e57f49c4f774 0.02 MB 59 95
144,042 144,042 00000000000001bf8dd85a5873308b5f5129e24db829bd2ce0729ddb7d0ad50e 0.02 MB 49 101
144,041 144,041 000000000000054ecb3fe424684f07948674808a77fa82ba82d0c3aa7be16306 0.00 MB 5 67
144,040 144,040 000000000000044ca3a121f728be3ebb8de5d96fa2771ec29f68e256881417cb 0.00 MB 8 735
144,039 144,039 00000000000004d4694971c7d6a9769b22bb46bd296c04129595564403503184 0.01 MB 20 14
144,038 144,038 000000000000033b40f89bf054214968ac0cb4144efdeae0d42a75b2d4cc7c82 0.01 MB 35 315
144,037 144,037 0000000000000583bc627f523150129973f215aec373e65ce574698ee5b04dd9 0.01 MB 30 314
144,036 144,036 00000000000001627bb9b86fc912981af942e6ee80c35836ce304407c0778682 0.01 MB 30 77
144,035 144,035 00000000000008e6fc1305d851d53cf68b9bf1effdb46175322932e433d1dc61 0.00 MB 5 40
144,034 144,034 00000000000007e3fcb1ec9395099608086a0cb5c8470805f662bf765914f00d 0.03 MB 92 13
144,033 144,033 000000000000066b58be8a978f33fa95ae98f9562fc7f0fa4d7138ddc6489ce0 0.00 MB 13 28
144,032 144,032 00000000000001f2774beffaa4111a46ac4a230cc1a6ac9791c4048738facb4e 0.01 MB 23 201
144,031 144,031 0000000000000224604ae7dbb9b3abb98c2bf04b3c1df36db803d3994a4f1c4e 0.03 MB 66 209
144,030 144,030 00000000000004e8c7346dbf846b4e267dd6c999f5125ae11eeba53cef851c17 0.02 MB 47 454
144,029 144,029 000000000000046e3220cbf4387c42814ddeda8427f785f63b22796cb53e98cf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 779.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 68
    • Outgoing: 10
  • Data Transfer:
    • Sent: 18.43 GB
    • Received: 0.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.