Loading Tool

Explorer IconExplorer

Memory Pool

83,189 transactions
31.41 vMB
0.10425726 BTC
Random Selection Loading Transactions
Max Size: 192.07/200 MB

Candidate Block

Mining Attempt 24532d5a5fdec5d6d7d5e4e5381058ea4a526346a3bb15455159383c3eaa6ed7
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 4aa2c567f96fff5676dd0baafe182daa74ad0ef50b86025177add2c3a9352b93
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,354
Size: 1.00 vMB
Total Fees: 0.03275086 BTC
Feerates: 301.05 > 3.28 > 0.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (306,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
608,918 608,918 00000000000000000007c72845ad0ee13227327e2f21e8e5d78b52796ed653e0 375 0.13/1.00 vMB 20
608,917 608,917 000000000000000000103c532fccd947cf9ceb5b87a79371b795b828a82c97de 2,523 1.00/1.00 vMB 5
608,916 608,916 00000000000000000003aac16db24e6265a90d6c0976d6ce8a6a8620f741d0db 2,458 1.00/1.00 vMB 18
608,915 608,915 000000000000000000088a2e2e93dcc43f986d246c6e63fbf295dc4877304c4b 2,248 1.00/1.00 vMB 62
608,914 608,914 00000000000000000003ee5816ad9057cff836878ffcc8fb8ba0a357f9560a8d 404 1.00/1.00 vMB 97
608,913 608,913 0000000000000000000492244c87aa955930e84905e9635d1644cc26a0c5a5c5 190 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.89 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.