Loading Tool

Explorer IconExplorer

Memory Pool

21,621 transactions
3.97 vMB
0.02496403 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 11 sats/vbyte = 11 blocks ()
  • 12 sats/vbyte = 4 blocks ()
  • 14 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 31.93/200 MB

Candidate Block

Mining Attempt 9fcedd195be57114c4c3fabbdc0e0f0baede626a27cd2a21aae528ccb89c9126
Version 20000000
Previous Block 000000000000000000018418e06ed2309aa293a86bd9f1329066133dc1c669aa
Merkle Root 22181a0c23122edc2a7eb8d8bcc7d1b30f2c5a9b39b4db97141b91fe4d7f2b36
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 937
Size: 0.31 vMB
Total Fees: 0.01569771 BTC
Avg Feerate: 2.18 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,812 (777,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
134,890 134,890 00000000000008b9809bd5b23781795dec9c0b2540e49e478ef8e3613465785c 0.02 MB 40 671
134,889 134,889 0000000000000289afb298c3a53cba94119cd20999176ba666639520acaace55 0.03 MB 79 290
134,888 134,888 000000000000035daa6cef93acdd42251b98de712b0bce0b685a89b0d6bb4534 0.01 MB 16 375
134,887 134,887 0000000000000bb12791a99d2fca89846e63835d0e0edd96ca25d0ac50e32d39 0.05 MB 109 71
134,886 134,886 00000000000004cc5b8801ae34067ccf0be16bc8482c6305daa345f7ac19c8a8 0.01 MB 20 1,717
134,885 134,885 00000000000006441f96d1c4ef05f62151ca0b86a8f8bd5977fd203a350b26af 0.04 MB 56 948
134,884 134,884 00000000000002a61e1584899db49c928b3e896b9564b3aacc0271fa38220442 0.00 MB 1 0
134,883 134,883 000000000000052dd99a10465c5abbdebc16356e77959da2a253b3d89e3fa0c3 0.01 MB 15 87
134,882 134,882 00000000000002761cb5032c7342272eb6032d37180b0d4cfd6147b53499797a 0.03 MB 63 388
134,881 134,881 0000000000000ac7a9b10ab7929630c2b9c42b5a3d80f9d6ed6f5636866dd2cb 0.03 MB 106 2,240
134,880 134,880 00000000000009f7c2a59a124768cb53db0ec9dddec5f881496e266758d4bf1e 0.00 MB 1 0
134,879 134,879 0000000000000233c5561d1d8716d0415cf339205993f2b1ebaba269b19bfdf9 0.01 MB 19 596
134,878 134,878 00000000000005a16017e05119a498962e258d5970b905a98588677271ca0ffb 0.00 MB 2 194
134,877 134,877 000000000000034d9a21e911ba24cc6082b1455f122ce19ae330658f06401c47 0.02 MB 31 142
134,876 134,876 0000000000000512d4398f9feead7e6ecaf4cefd4cbf018429cef1a1c47ffb7d 0.01 MB 16 1,355
134,875 134,875 00000000000002310ccde5f2ea25a98818b3b431a29ba2ce94c0c7a6df90a67c 0.04 MB 109 212
134,874 134,874 00000000000007279747bf7179aeebda255e67a3b047feee494312ef196b39b0 0.05 MB 108 307
134,873 134,873 00000000000001fc7a2994834bc8233c8d969b0406b8d9d33cbf1b88b6db656a 0.05 MB 82 114
134,872 134,872 0000000000000a024088dc9cfdad8c92832684bb6f38079353bdaaaccc98e7ad 0.02 MB 33 706
134,871 134,871 00000000000007fadf8382f573e8765f965758bea6579e6d320515239a0ab5cd 0.05 MB 117 282
134,870 134,870 0000000000000a3e809a612e589642981a86c858f94663e8607a3f35548d19de 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 778.51 GB

Node Details:

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