Loading Tool

Explorer IconExplorer

Memory Pool

80,115 transactions
30.81 vMB
0.08820988 BTC
Random Selection Loading Transactions
Max Size: 186.62/200 MB

Candidate Block

Mining Attempt c763d3476d9c5c950cc3cf6a46b44159142220151c6f9cffd43bba1f51326f94
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root d5abd65a886fe7f226bd70758646d5a8473faaac2fbeb9abdb0f0fe539b4bd12
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,817
Size: 1.00 vMB
Total Fees: 0.01565727 BTC
Feerates: 106.51 > 1.57 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (227,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,620 687,620 000000000000000000053b37603bf51d4504f74605e992213fed3c512d598ab1 494 1.00/1.00 vMB 31
687,619 687,619 00000000000000000005e2f9e7c436f93744547205a41ebcc9f63065b2cece76 2,768 1.00/1.00 vMB 51
687,618 687,618 00000000000000000002473ebd94aa43ba6cfd8baee7d2d1d0c51052729a37ef 2,400 1.00/1.00 vMB 50
687,617 687,617 000000000000000000029f9b442b5610e2fb64582e9c30837b9f09137dfba8e1 1,652 1.00/1.00 vMB 58
687,616 687,616 00000000000000000001ab7c47359e87abf05cde9906019a3da169b0272cd2a4 2,160 1.00/1.00 vMB 58
687,615 687,615 0000000000000000000d298f46036654f9dff15b17c334c8d8c240cbeb01a00d 2,068 1.00/1.00 vMB 12
687,614 687,614 00000000000000000007d1516cf163338d3b5500c9b8843cb4aca35f3ee6a490 2,340 1.00/1.00 vMB 39
687,613 687,613 0000000000000000000467769de0ae6dbe4422c9045ca8541edadd83c2f76144 1,090 1.00/1.00 vMB 19
687,612 687,612 0000000000000000000cdbb3a5a106233d5866b769f988d6b081f865291cdeca 1,873 1.00/1.00 vMB 19
687,611 687,611 0000000000000000000b3d4d0a6e22b35a2d920eb4eefbd0d6123b2183a15b6b 1,493 1.00/1.00 vMB 21
687,610 687,610 0000000000000000000740323ad400c63bc7fc73e797e9822ce9f970e409fa1c 1,328 1.00/1.00 vMB 16
687,609 687,609 000000000000000000050ea83bffd76a0e21084d7175f35e8e49a83f3a355f3f 2,089 1.00/1.00 vMB 5
687,608 687,608 000000000000000000076af9b918e3ad283c66d09c61653f00bc243a894cb784 1,233 1.00/1.00 vMB 14
687,607 687,607 0000000000000000000297cbfd73f18ea7d70e56be28296eb36d5f1a8a5e6606 1,160 1.00/1.00 vMB 9
687,606 687,606 000000000000000000049de493cd3b818d30fcdeb78fe6c832d99535c9c494f9 1,548 1.00/1.00 vMB 20
687,605 687,605 0000000000000000000acb60469637fcbfc7d58888e05bf23ba91c6f52197f16 1,069 1.00/1.00 vMB 14
687,604 687,604 00000000000000000009eaf03582ec1725e1c0f3f8b70dfbda04616b3fb37cc3 2,881 1.00/1.00 vMB 20
687,603 687,603 00000000000000000009501d017c1cfb10d30e3ae909f3f62000526144391983 2,950 1.00/1.00 vMB 27
687,602 687,602 00000000000000000000c260636c9386462d5dc289d5e731088972462e10e00c 3,056 1.00/1.00 vMB 18
687,601 687,601 0000000000000000000558c2f3127c2927c5768cb6f1d03552ab5f6f0520d5c1 2,410 1.00/1.00 vMB 33
687,600 687,600 000000000000000000010e7f859b6a391d0db9fa017631da193e27dacea18f23 1,721 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.