Loading Tool

Explorer IconExplorer

Memory Pool

82,337 transactions
31.08 vMB
0.12436205 BTC
Random Selection Loading Transactions
Max Size: 186.83/200 MB

Candidate Block

Mining Attempt 308e8c0b3ca267f66a2b9d1688d53aca74b828c1957533b8d356541644878b31
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root de679200c28fdabf43fb05d55ef433a835302b10c86a099e13efd7486732738c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,087
Size: 1.00 vMB
Total Fees: 0.05374661 BTC
Feerates: 180.34 > 5.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (501,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,222 413,222 0000000000000000026acb0e626976d34dcf30aa48a21a64d0f8ba2b84fe28be 1 0.00/1.00 vMB 0
413,221 413,221 0000000000000000024a7f99d57b1fe431d5640c45ebec05cc5495679afcb49d 7 0.00/1.00 vMB 351
413,220 413,220 0000000000000000049aa41c7004533c434c6fda238aa05c902d982793574120 1,813 1.00/1.00 vMB 60
413,219 413,219 000000000000000001327da2e362c374147b70b13956c6b99f89566ad8bba61b 1,844 1.00/1.00 vMB 35
413,218 413,218 00000000000000000073468bd9bf58e123833d94fd7751a43b2169eecc4062ff 1,803 1.00/1.00 vMB 62
413,217 413,217 000000000000000005687cb1a0567c0d6ec4d79e3317e559b8768068d43d70bf 2,187 1.00/1.00 vMB 35
413,216 413,216 0000000000000000025751da6321dd73b3ca65ee5627cdcf2938d04afdb768ee 3,159 1.00/1.00 vMB 73
413,215 413,215 00000000000000000461aef367ab1b2ee826791178af8e541865beb08533859e 2,316 1.00/1.00 vMB 45
413,214 413,214 000000000000000004ead691a5cc0309f17ac7caf48fca21c285cbd7d8de4650 2,872 1.00/1.00 vMB 74
413,213 413,213 000000000000000004b3795ef3bd920e9836392852e06b5bb626d3428ef06b58 1,482 1.00/1.00 vMB 29
413,212 413,212 000000000000000000418bcc87d72037dde54325f47772cc2f1854ef01efe521 1 0.00/1.00 vMB 0
413,211 413,211 0000000000000000031f5a8cdc138bbec6b4204b19340b4f13a57636074be7bb 1,245 0.96/1.00 vMB 23
413,210 413,210 0000000000000000037defec5913c4f7007a6fd9b7b416691eb2ec5629e03ae6 1,351 1.00/1.00 vMB 31
413,209 413,209 0000000000000000004bfd9775a62aab28b9f4e6b1a4dff4d47bfe295d3b2622 1,048 1.00/1.00 vMB 25
413,208 413,208 00000000000000000005b6e80c69371d76f7c0fe4bed03c2b9d179bdf90ca564 1,655 1.00/1.00 vMB 32
413,207 413,207 00000000000000000490356a822978fa0a5edda9fc094bef383d52a2b59b3692 2,105 1.00/1.00 vMB 54
413,206 413,206 0000000000000000037457418a8851824491d48b173bd3aa83cadde060fe6961 2,230 1.00/1.00 vMB 57
413,205 413,205 0000000000000000027598550f067be0d5e54501a69476fc2915e56280c6f93e 1,743 1.00/1.00 vMB 27
413,204 413,204 000000000000000002884a1b92aac5dbcff506a0d8b7c7de0820f7dd32ff4e39 2,307 0.99/1.00 vMB 50
413,203 413,203 0000000000000000025e2505ec7a8d26c7b071fd8eb6bcd8e50d4e8b4b3a9f7e 2,503 1.00/1.00 vMB 58
413,202 413,202 0000000000000000050075c0bbe432e847e21baddd36099dea441cd303b1789d 2,857 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.69 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: 697.28 GB
    • Received: 16.53 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.