Loading Tool

Explorer IconExplorer

Memory Pool

43,455 transactions
32.55 vMB
0.10475305 BTC
Random Selection Loading Transactions
Max Size: 163.11/200 MB

Candidate Block

Mining Attempt e23146dca148e5234dae37f192d867e0b03e3b4d41186ff9aa8aed8ea37f3f93
Version 20000000
Previous Block 000000000000000000014d09ba7a31a9df4561752127b3c25ca00855382b7a3f
Merkle Root e15ca33ea2a6e538dc05b70d78b452946fea4ae11a791a4624108d3f0e8b1de4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,692
Size: 1.00 vMB
Total Fees: 0.03133013 BTC
Feerates: 603.21 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,361 (811,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,614 102,614 0000000000005ae4daf098f89147cda14e37dcd4aba18808064622fd77d54433 14 0.00/1.00 vMB 0
102,613 102,613 0000000000023a42e11a288546d083ed72007bc2dfbd20b0bfbb737fef81c225 13 0.00/1.00 vMB 0
102,612 102,612 000000000000e83464a424ae3ce10d8eaeafbeb3f84fa682091ca698ade70163 9 0.01/1.00 vMB 0
102,611 102,611 000000000001ec980859fa46253857ee9d248436226f4e1eccadfb8a4ddb9004 4 0.00/1.00 vMB 0
102,610 102,610 0000000000016a0b7e9ccc46bed82e0ca49b3447e733edb5cc5b8fc60db4f522 12 0.00/1.00 vMB 0
102,609 102,609 0000000000028d9e64b40f5b7b9c1682518b6b88d130a40440427e1d43a97e08 7 0.00/1.00 vMB 0
102,608 102,608 000000000003dd0e720c5567b8064b377b0959241563b33cc1b2e4c6cf0c60df 13 0.00/1.00 vMB 0
102,607 102,607 0000000000017aeec50b8a3bd7d1d3ac86a01e57106559b450388ea6da36f58b 20 0.00/1.00 vMB 0
102,606 102,606 00000000000028e202e7d69846eaddc65b87d9a051496974b655d6ecf0ada2d9 11 0.00/1.00 vMB 0
102,605 102,605 0000000000018ed0f5fb498609f848d78c61d6acb7dcdd7e0cb0384dd5f3f493 5 0.00/1.00 vMB 0
102,604 102,604 0000000000015ecee07739993762ff9faea4ff8cdb3f1f160d995d09c6feac77 2 0.00/1.00 vMB 0
102,603 102,603 00000000000021a5042d07f0d9f8958f9308f83bbafbce198c726e6c5978866d 1 0.00/1.00 vMB 0
102,602 102,602 000000000001ef567a81db8ff8dacc2922e69e8a9ac6ff463fcbdab60160499b 3 0.00/1.00 vMB 0
102,601 102,601 0000000000036677bcc8bb71eb42bb74b4cdf61f0d10469d4048713bbb7c7a83 3 0.00/1.00 vMB 0
102,600 102,600 000000000000f84f229ff7305639af440f1477cde3a5492904c61e708264bf2d 7 0.00/1.00 vMB 0
102,599 102,599 000000000003d87d57329f25272964f950c7a298ed92fac5b6169835ac765ae7 18 0.00/1.00 vMB 0
102,598 102,598 00000000000302505d68c0a0a7f2a567e5c15617ecc040bfe22368ef333ad02e 1 0.00/1.00 vMB 0
102,597 102,597 0000000000004a86945943ee06189ae328bae31d4e7dcbe77149e11c307deeba 3 0.00/1.00 vMB 0
102,596 102,596 000000000001533e2841200058482e6199cd56408de5bbd7481866f5e140cbb1 5 0.00/1.00 vMB 0
102,595 102,595 0000000000011d727d1f0bb668b11723df8ebaf015787b91495101c2aeaffb56 2 0.00/1.00 vMB 0
102,594 102,594 00000000000108f4880e3a52e66811562c5468d4a0b0b647f3898a03d5ba7b3e 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.24 GB

Node Details:

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