Loading Tool

Explorer IconExplorer

Memory Pool

78,560 transactions
29.99 vMB
0.08829926 BTC
Random Selection Loading Transactions
Max Size: 179.16/200 MB

Candidate Block

Mining Attempt e4e853bb6e4433a4ee723b7e7685d822ccc3ca4ec4fd7320553bfcc57c682b85
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 7ee926a52be1f98e8bff3900077380e40f2bdaa568185535d1fadd352a89c2ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,780
Size: 1.00 vMB
Total Fees: 0.01892454 BTC
Feerates: 100.69 > 1.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (209,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,564 705,564 0000000000000000000b694fb606d897885faa31e225b08deab5c7a72efa9bb2 3,515 1.00/1.00 vMB 25
705,563 705,563 0000000000000000000530d8ed4f510289dc6ea70e77f846e0ffd4353e37022c 1,834 1.00/1.00 vMB 4
705,562 705,562 000000000000000000007e8f68f2c6cc9d9ea35278ccddde5bd35406fd28e8c3 2,911 1.00/1.00 vMB 21
705,561 705,561 0000000000000000000056e4b8bbec4dae61f0d8bccfb6714919af76a7523f17 3,000 1.00/1.00 vMB 13
705,560 705,560 00000000000000000000d3f18c34986e84428ea8596e240d570d1732028d6c09 733 0.22/1.00 vMB 12
705,559 705,559 0000000000000000000b3400cc2b4c10b33925ee7c6271f0c780c37314122806 1,598 0.61/1.00 vMB 9
705,558 705,558 00000000000000000005043fd0770ac6f2819de1b455c0bfa14c5a66456be17e 1,625 1.00/1.00 vMB 15
705,557 705,557 0000000000000000000a8befe1942fb19bc6accca6714d139b07a17221cd9e4d 487 0.14/1.00 vMB 12
705,556 705,556 00000000000000000003c114afb1ef73013dec98a10a34ecf14f46107b5fa94c 1,644 0.87/1.00 vMB 5
705,555 705,555 00000000000000000007b97db1c132938d3cf60b629ab6efaaf24ccc33646e3e 2,717 1.00/1.00 vMB 8
705,554 705,554 00000000000000000006dff07430cad709634e6d7f35c64a710656eb14022b93 1,866 1.00/1.00 vMB 3
705,553 705,553 0000000000000000000b270fed82a34eb95f1c167e919fd17de106b32de0ecda 2,828 1.00/1.00 vMB 20
705,552 705,552 0000000000000000000cc1082a08db563cd6eac0b1cd5180703e976aec29f1e8 2,644 1.00/1.00 vMB 8
705,551 705,551 0000000000000000000077c1856ecc46f110dfd56cce39c30509fdc55acc9cbd 2,670 1.00/1.00 vMB 18
705,550 705,550 000000000000000000082eecc3ff41a6fb34cd824ca26e08bab3c948e30d2a08 2,848 1.00/1.00 vMB 19
705,549 705,549 00000000000000000009f9fc2590f0ec70b49f342dd14b4d91ea60de579a4f52 1,365 0.50/1.00 vMB 10
705,548 705,548 000000000000000000097872b8a8d8e0cbd02630ba1e34fff5f42b7b06a4a48c 2,626 1.00/1.00 vMB 2
705,547 705,547 0000000000000000000381afc6abf1977dda023ea73ca064a15ca9f5091b6a41 1,598 1.00/1.00 vMB 7
705,546 705,546 0000000000000000000b57bdeb1f33b97ae4f730b201693fd989cf5b39992446 2,146 1.00/1.00 vMB 9
705,545 705,545 0000000000000000000cdcaea9a6148e6f508030b34a2ddbadf91e698c472749 3,097 1.00/1.00 vMB 10
705,544 705,544 00000000000000000003957fbcef3e082d4be687cb471fd0ec3dcb193fd0ad68 2,616 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.