Loading Tool

Explorer IconExplorer

Memory Pool

48,527 transactions
30.35 vMB
0.08875985 BTC
Random Selection Loading Transactions
Max Size: 162.21/200 MB

Candidate Block

Mining Attempt 87743cd5a90121f7ce2d3f8f93ae03b2d16aaa2722168c15258855d9ab16b8b6
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root ccb9a27cd061f220a0c564f8fd42963f8aea81739da01ba588d4e129c25a3ebe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,076
Size: 1.00 vMB
Total Fees: 0.02738682 BTC
Feerates: 101.56 > 2.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (73,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
841,477 841,477 00000000000000000001e4ef266ed84785115f65b51ed9ba37e922c24b1fb98b 3,578 1.00/1.00 vMB 43
841,476 841,476 00000000000000000002e3e27ba27fe3d96803ee2e7615c7e6f3aea23fb7ca7e 4,591 1.00/1.00 vMB 33
841,475 841,475 00000000000000000001c0b323e5a5d65b402e376349dc3945eb99170b0ccd65 3,975 1.00/1.00 vMB 50
841,474 841,474 000000000000000000027c4c526c65f1f5c94d4f0a95bd0f74a8a4faecf54117 2,924 1.00/1.00 vMB 20
841,473 841,473 00000000000000000000c0bdc7bda372de6a00557810ef7ee38b7f024150019e 5,470 1.00/1.00 vMB 21
841,472 841,472 000000000000000000011aa06bba1b546d2f410c476953f7bffc4b28f4d9050c 3,062 1.00/1.00 vMB 20
841,471 841,471 000000000000000000026f95a4dd8831dbc4eccbf411edf3231000205ff670ca 3,729 1.00/1.00 vMB 34
841,470 841,470 00000000000000000000b341e699d4419f1ccacddf6c02886d9968f28f3e475e 3,223 1.00/1.00 vMB 20
841,469 841,469 00000000000000000000132ff954cd9fc44ef918c134f114e5e37c6aa0d8acb6 899 1.00/1.00 vMB 16
841,468 841,468 000000000000000000007445a6b7c905cd7d787b8c49c6ee4a8d9f3d3dcd439c 4,801 1.00/1.00 vMB 22
841,467 841,467 00000000000000000000997d781687fe39c9492075297da7f45b81b3bdf9ab40 4,070 1.00/1.00 vMB 23
841,466 841,466 00000000000000000001673e34412821d0246d799fa6e78a551cf17ecb8980f5 3,543 1.00/1.00 vMB 18
841,465 841,465 000000000000000000001043a8b05fc03b7b8515b61bad470c08595b2e0a0bac 1,046 1.00/1.00 vMB 16
841,464 841,464 00000000000000000001d8887effd551e183607bf8f9b8d983cfae94f4ff92cc 4,054 1.00/1.00 vMB 18
841,463 841,463 00000000000000000002ee8f485e84b73802499095e3c26b5aa953be85521148 4,167 1.00/1.00 vMB 26
841,462 841,462 000000000000000000008763893291eb88930a1f66a78365b9a263eec53f2068 4,385 1.00/1.00 vMB 23
841,461 841,461 00000000000000000002cd6a0141048b0db4636dcf5104613525febb167dbe78 4,025 1.00/1.00 vMB 20
841,460 841,460 00000000000000000000f8fa1de80796fe99a3539f7bdd59b782bca21afd746a 4,846 1.00/1.00 vMB 19
841,459 841,459 00000000000000000002c0780d2e228d508ff23f3b346033224106a03b0eed75 4,000 1.00/1.00 vMB 24
841,458 841,458 00000000000000000002191d9750a3ade00ff359ce12fd363ff4c1f68767cb86 3,669 1.00/1.00 vMB 25
841,457 841,457 000000000000000000012c4b4247b9cbedab68311d058e6db7e952d9ca90a267 4,219 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.13 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: 652.41 GB
    • Received: 13.77 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.