Loading Tool

Explorer IconExplorer

Memory Pool

19,574 transactions
4.87 vMB
0.04728975 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 34.17/200 MB

Candidate Block

Mining Attempt 6c7015f1217bc9729d38b1246d7bd2243b555c131fea56d44f6c09912e4e2adf
Version 20000000
Previous Block 000000000000000000007013495acb59d94701ac469edc7ffea3f94a0d25a935
Merkle Root 75b79d810d31cbb5bd753b0afddf08f2edb0c0e2f318a52c31cf44363b867265
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,960
Size: 1.00 vMB
Total Fees: 0.03678882 BTC
Median Feerate: 2.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,156 (630,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,764 282,764 0000000000000001e6dcbc41e12a5f11e13a9eb25cea7d44e123af4084658f70 0.46 MB 1,013 41
282,763 282,763 000000000000000078cb672e4962e5a1f21c2e8028baf1c40a67994bb3f62389 0.05 MB 164 79
282,762 282,762 00000000000000007d740c8a5eb96bb745210403c7ef3a16c4fbc3c5d78651c9 0.07 MB 156 88
282,761 282,761 000000000000000085653bc8e8805916f33da7f5ef922a892889dbdf5f2885e5 0.10 MB 212 39
282,760 282,760 00000000000000005c0a83cc9505c9da94ebeb6fdc369b96d641915e9bb7dea2 0.03 MB 79 42
282,759 282,759 00000000000000009b7610a257d8844d9278d3fbc49a053c730888a6b67d1b4a 0.15 MB 388 49
282,758 282,758 000000000000000086da6e9ef739c51cf16c4575eb66127096eb683e3a99d773 0.05 MB 106 30
282,757 282,757 000000000000000144785afb658fbe3ad2ce9ec2c5827886934c9a678d6942fd 0.13 MB 147 13
282,756 282,756 0000000000000000ff062b62dee3c96f8fb9268bdaaeb50d14a017d5146737d8 0.25 MB 480 26
282,755 282,755 00000000000000016affd4284f79bfcb628da9c33877243676496c9b701a1148 0.25 MB 779 69
282,754 282,754 00000000000000009e1b71c9ade519853728a052ec8cfed67b1d7a4436632034 0.41 MB 615 22
282,753 282,753 0000000000000000509ca8f92e60acd5a588308e2456e94afd6809bbd1f0c2f2 0.50 MB 1,527 85
282,752 282,752 0000000000000001a7633ee76c6bd98f39c291937c7d5356931b7a94747cbdb0 0.10 MB 91 15
282,751 282,751 0000000000000000af18a60d8cf63a1a646b774b81313902525fe35826901ba9 0.25 MB 566 50
282,750 282,750 00000000000000003be75f40ba53d3335a5e8567f72a6e61dc788d1164a13d73 0.42 MB 581 28
282,749 282,749 000000000000000192a44d7dc8fac60f6252695c5ca01b818e72b943d23ba5c3 0.25 MB 472 51
282,748 282,748 0000000000000001b35e225d743b7e0dd2e9066d0f7ffa132da4a71d685c9b32 0.50 MB 386 20
282,747 282,747 00000000000000008e23560246ff5300b1f81ab4e58cd8484a4c5e3a4e75674c 0.25 MB 627 39
282,746 282,746 000000000000000091e7f177e5f358d40a750f9b9b547b13f4559671c6dd69a6 0.90 MB 1,414 29
282,745 282,745 0000000000000000ac88bf74d113e87fe03052c17a7eff193ce6d2abc3d1a679 0.25 MB 719 58
282,744 282,744 00000000000000000082c4cb9b7aefa30050b97f3ebf50eb70965e2b1eab9d8c 0.25 MB 662 48
Previous 10 blocks ↓
Total Size: 779.12 GB

Node Details:

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