Loading Tool

Explorer IconExplorer

Memory Pool

81,247 transactions
29.56 vMB
0.08318149 BTC
Random Selection Loading Transactions
Max Size: 179.89/200 MB

Candidate Block

Mining Attempt 80fb677b494d82780f67468788e40b8e3202f3ad6f99d4733c52e824ab6a1c9a
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root 829f9a0697cd82f2b6ae6b882a5208c25774c1de284bab52058b837cbac6af39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,284
Size: 1.00 vMB
Total Fees: 0.02098537 BTC
Feerates: 100.53 > 2.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (423,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,698 491,698 0000000000000000000d68a881a42304e328abd4cf84ef1d0ab663044b2f4a63 2,210 1.00/1.00 vMB 94
491,697 491,697 000000000000000000c451ca46b1dc82252dd13d049271f9ce7b2918a6b7028c 1,112 1.00/1.00 vMB 25
491,696 491,696 000000000000000000e474d437b3664371a31c251f6d51092d1f29cf074854f5 1,878 1.00/1.00 vMB 74
491,695 491,695 0000000000000000009051cb929fd34a6eeed6beabbbd3c7b92bd5d40f54bf67 260 0.20/1.00 vMB 100
491,694 491,694 00000000000000000035fc1c8c5c78ae40fbaf75beed84d793ba5dbb3af5acd9 1,574 1.00/1.00 vMB 40
491,693 491,693 0000000000000000005b047aefe638d9946deeb7760aad4744260a4a74b2909b 891 1.00/1.00 vMB 22
491,692 491,692 0000000000000000009b043cbb5db46624c140942c99b575f1021375fb2a310b 2,768 1.00/1.00 vMB 49
491,691 491,691 00000000000000000091b1bda88b4e9ef115e14bd2f8c6f4da1bc5c54017425b 2,863 1.00/1.00 vMB 64
491,690 491,690 0000000000000000008ce638173ade14fd45cd4b77c9efc241d190f26f14c4f4 2,147 0.90/1.00 vMB 67
491,689 491,689 00000000000000000069ed3ad8c044f3400c665ddafbb53734aae5c83a074646 2,714 1.00/1.00 vMB 175
491,688 491,688 000000000000000000933e3a0a6ae1446186167c016bdb12ab494c0c237e479f 2,143 1.00/1.00 vMB 125
491,687 491,687 000000000000000000671ddb3c9098c4acf0b4efdfd7d7d22467eda68c0d9a60 2,190 0.95/1.00 vMB 84
491,686 491,686 000000000000000000c38afcaeb455eda574622324bfdfaf51b97dc255152f38 2,527 0.96/1.00 vMB 179
491,685 491,685 0000000000000000003570c02e228f57f9c56ed35f7aa4a0e523d57afd60cf7d 1,056 1.00/1.00 vMB 25
491,684 491,684 0000000000000000006f19d7941f80968e68680b105e7c786517a5af88e60916 1,043 1.00/1.00 vMB 43
491,683 491,683 0000000000000000005cc80382c27c7662b04fbe7b0940aa8c1290e7431b2cbc 2,660 1.00/1.00 vMB 48
491,682 491,682 0000000000000000004e3ee4b9494a22b898d408e1e2f4bc9db999f8f17d6aef 1,936 1.00/1.00 vMB 152
491,681 491,681 000000000000000000806ed4e41759209c03877f92482d1d69877a23ba5fdbf0 1,706 0.65/1.00 vMB 80
491,680 491,680 000000000000000000e902085aa430bcc8e0542fd56577c466302e6a82f041d8 2,329 1.00/1.00 vMB 26
491,679 491,679 00000000000000000087820bd9d1a7f5c6c17a4980da471a866143be503b25f2 2,020 1.00/1.00 vMB 86
491,678 491,678 0000000000000000004f2c289d2f7ab58519126afb253d5ad12688e47b86499a 2,043 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.54 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: 669.01 GB
    • Received: 15.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.