Loading Tool

Explorer IconExplorer

Memory Pool

85,955 transactions
24.09 vMB
0.10029598 BTC
Random Selection Loading Transactions
Max Size: 158.07/200 MB

Candidate Block

Mining Attempt 57aae21d815dda3d580670f824e5ecadf2fbe908886b2def5f6434785cbbe20b
Version 20000000
Previous Block 000000000000000000002bcc4363b09bbacb77a8219ceca2faabf6683f2c97a9
Merkle Root 14f74c7640c42317f15df769e917b5e9d8ab2d35fb8875fc47d0a2d38b27a870
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,414
Size: 1.00 vMB
Total Fees: 0.03250056 BTC
Feerates: 474.93 > 3.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,843 (820,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,615 95,615 000000000001ff0b6b13e1aaff22e83e31718854cd2aa28ad67f9230987f67be 6 0.00/1.00 vMB 0
95,614 95,614 0000000000081a98b8fab9586197bc41936a3e2d01b62c6326cf1fdaf216308e 2 0.00/1.00 vMB 0
95,613 95,613 0000000000074b5f132da515eabd3989dd8b5f63638ec96007ac321cab6cb93b 2 0.00/1.00 vMB 0
95,612 95,612 000000000008119f4efc166d8bb288be112a069bd4daf3ee35bc209871d5809e 1 0.00/1.00 vMB 0
95,611 95,611 000000000001bdacd637309756b26af943f06b75d8264045f5132996bdf37374 3 0.00/1.00 vMB 0
95,610 95,610 0000000000049b5766e3d506d7de814387fb5450be444e0d947e8a887b76f44b 1 0.00/1.00 vMB 0
95,609 95,609 000000000006674bb50759a23f45010dda57f9662727436e14eda03aeec6d8f4 1 0.00/1.00 vMB 0
95,608 95,608 000000000005bbcc006985726136cc534b7d043ac6b260e009c38ab21c60164e 2 0.00/1.00 vMB 0
95,607 95,607 00000000000147891d31002e52b2d02bf0eb4f7738bd90dbc3a53fb501b15509 1 0.00/1.00 vMB 0
95,606 95,606 000000000002a63f1c5ce075df70b6eea6e1aefa3ec028a9ffd270bc61440d95 2 0.00/1.00 vMB 0
95,605 95,605 0000000000041c990e5afb417686a671492af97df268a8f6d58250a7f2cdab9c 1 0.00/1.00 vMB 0
95,604 95,604 0000000000003d0e46cea98bd747f0ab1782903b454a8757d752a7eea4ea3e8c 1 0.00/1.00 vMB 0
95,603 95,603 00000000000465f6c79dfc6b96d0ed61cee2ad4cfa615cf8914f51c7ff2b872c 1 0.00/1.00 vMB 0
95,602 95,602 000000000004babeff05c4ab1ef177db7ab8a6ff37da4f5be356611ae8765b3e 1 0.00/1.00 vMB 0
95,601 95,601 0000000000062d443eaea6ed409af89ff5ba71e7002ab8f896d4e540040e1abc 2 0.00/1.00 vMB 0
95,600 95,600 0000000000062e91042e587c0b8b61a0efeb75962790e20e09a1cb468e2b6a77 2 0.00/1.00 vMB 0
95,599 95,599 000000000005f78edf9e0ee039ce7bdc7f9c67a8c2872b4986a0fc43c91902a4 3 0.00/1.00 vMB 0
95,598 95,598 000000000005ffb1dc7ffb36f5595c6a7bcc33698cc3c19533c32c93c453b238 2 0.00/1.00 vMB 0
95,597 95,597 000000000004d44f9423996b391b91fcb5269f9b71e3f76a1d3f5fa49c7d9678 2 0.00/1.00 vMB 0
95,596 95,596 000000000006eefcb7f9b814ea9cfa40f6c78c76ceac9d7daf1b7495c0fb1275 3 0.00/1.00 vMB 0
95,595 95,595 000000000004879c327a93d934b1d709dbba71d2ceaa3f2152ac57d11e9863c0 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.83 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: 792.60 GB
    • Received: 21.90 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.