Loading Tool

Explorer IconExplorer

Memory Pool

78,086 transactions
29.25 vMB
0.07638871 BTC
Random Selection Loading Transactions
Max Size: 179.34/200 MB

Candidate Block

Mining Attempt d054f116aac60febc8f9e3472eb7923b49b5a0277b1c82e47505a800cfbf92fa
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root a84a13dec577dbf99d433f451456f4600edb58dfe927f4b6abbc1807b4ff2a3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,537
Size: 1.00 vMB
Total Fees: 0.01233410 BTC
Feerates: 73.20 > 1.24 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (306,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,939 608,939 00000000000000000015a19460fa8034360674ac30c31eb7ff75824b9d8faa12 998 0.29/1.00 vMB 16
608,938 608,938 0000000000000000000e3b8b24decd4f8f71b514b5129f6d5da5cc51bf7c9ec1 1,256 0.36/1.00 vMB 5
608,937 608,937 000000000000000000009498aa6bbc3d18eb5399508fe244436d8289295a515e 3,068 1.00/1.00 vMB 13
608,936 608,936 0000000000000000001318b653cac7fd6322f1a27f3bb6e245dc62b9be520d87 2,841 1.00/1.00 vMB 24
608,935 608,935 00000000000000000006e6fb99dafb290789412adcf39253228e91486b78dffd 1,357 1.00/1.00 vMB 14
608,934 608,934 000000000000000000103b2b966f6507f40e493327abe8d8733afb673d0b263f 2,086 1.00/1.00 vMB 3
608,933 608,933 000000000000000000004b9f6fa7a293afe2631b93d676493dc0130cfa93f284 2,469 1.00/1.00 vMB 19
608,932 608,932 0000000000000000000041a44fc55beb6068639168f7e3b8357ae3832409f7b6 2,811 1.00/1.00 vMB 14
608,931 608,931 00000000000000000013d7bfc8ecaed935d046d6a5648732a30929eeb580bb57 2,773 1.00/1.00 vMB 19
608,930 608,930 00000000000000000011540b4c3999ef986bca29d4d3b88a80fc58ec0e0c58e2 2,751 1.00/1.00 vMB 25
608,929 608,929 00000000000000000009d9d0d56aefecb4cc2e0b7b0b811030277d10bce65c54 2,614 1.00/1.00 vMB 28
608,928 608,928 0000000000000000001070c07e34faf054949f153cc7a9776fcdd466aa54b370 1,618 0.51/1.00 vMB 23
608,927 608,927 00000000000000000003fc3c8f5b156b91dd3bdad8c1285706dc781170a83ec8 2,310 0.84/1.00 vMB 16
608,926 608,926 0000000000000000000a8fef1e6b31a4871bceea0c8fddd0fa2d9d7c24a6edfb 3,086 1.00/1.00 vMB 19
608,925 608,925 000000000000000000121d3ff49d37df732cee8036bec53f7015ac1c8a259a1d 2,978 0.95/1.00 vMB 20
608,924 608,924 000000000000000000056975418bd5a53ce08121ecf2ac78ef488ba41b10f2bb 2,471 0.76/1.00 vMB 6
608,923 608,923 00000000000000000014035ed4293818ea5d155f16021f0f0bb645ff1efc89e5 2,700 1.00/1.00 vMB 16
608,922 608,922 0000000000000000000aca94e5dac2c96ab1dbe1e4d8ca30719cfe12d335e163 2,828 1.00/1.00 vMB 31
608,921 608,921 000000000000000000000b6ea47cc5f5882130cecdd386a8440fb396e37c7bdb 2,687 1.00/1.00 vMB 22
608,920 608,920 00000000000000000013542198cf498f7df21278e4fddfbd555b032ba58ba975 249 0.08/1.00 vMB 13
608,919 608,919 0000000000000000000c35b01bf826f4569e65c196ba193a455777a01b4a8f0c 1,546 0.51/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.81 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: 710.17 GB
    • Received: 17.04 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.