Loading Tool

Explorer IconExplorer

Memory Pool

80,669 transactions
30.02 vMB
0.12354699 BTC
Random Selection Loading Transactions
Max Size: 180.58/200 MB

Candidate Block

Mining Attempt 80bbf17e29dd5b03eb29588ea7d7c992a2624e3a4ba352a43dac96a45c9cef4e
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root a6fee8117e5da257b8fb112615594ac6bf05fb46e4d76ffe847304f4dc5470ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,632
Size: 1.00 vMB
Total Fees: 0.05097718 BTC
Feerates: 242.90 > 5.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (299,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,605 615,605 0000000000000000001001abd5bf1d01f6e8a895e8bcd5ddd8332dfe61b01d6f 1,239 0.33/1.00 vMB 13
615,604 615,604 0000000000000000000eb19e3769139b564d9abc15037be07b76e180ac1bcd5e 818 0.22/1.00 vMB 16
615,603 615,603 0000000000000000000e1a0d867878c10887cb0a148ba6fe1bb6836e735aa636 1,906 0.82/1.00 vMB 5
615,602 615,602 0000000000000000000913bcf327baec0280ff7bfd078be9d1ad4d8926b44120 3,293 1.00/1.00 vMB 7
615,601 615,601 00000000000000000012272f7f9401d4d2fc5a3ab83703e2170778b9f862dabc 2,618 1.00/1.00 vMB 25
615,600 615,600 0000000000000000000018d79d7ce188989673c4bb86572451b18825fd9a870f 2,717 1.00/1.00 vMB 2
615,599 615,599 00000000000000000008e98e877a02f947eaecd316e3c3be9af6cc8af76ad1a6 2,486 1.00/1.00 vMB 6
615,598 615,598 000000000000000000098f18bae9d7d52502cb128355a8a7a695d44cbb2f9eab 1,717 1.00/1.00 vMB 13
615,597 615,597 000000000000000000019afbee58953514212359f417e7377e43b0e4b3b4babb 2,886 1.00/1.00 vMB 18
615,596 615,596 000000000000000000064e64245f34775eb28492e39dc5206acff83a781409a6 2,377 1.00/1.00 vMB 24
615,595 615,595 00000000000000000008fa0245174b639da3e8971c5d54e3b4bcaac6f6232743 2,621 1.00/1.00 vMB 6
615,594 615,594 000000000000000000009f4f96521bee60b12380ef5f7c012b46bda49c04483f 3,263 1.00/1.00 vMB 10
615,593 615,593 0000000000000000000b1baf5e27e445ace47a0f72fcc6f10737c6a89a545867 2,451 1.00/1.00 vMB 11
615,592 615,592 000000000000000000102a63e649f1d70e7d8d395ede0d3a80d6467fc302fadb 2,581 1.00/1.00 vMB 30
615,591 615,591 0000000000000000000eeef78cc7ceab686182bff68a73b14ae14c46d739c734 1,378 1.00/1.00 vMB 12
615,590 615,590 00000000000000000009ecae11c2bcd73625260246a55013f5ac7d14e68c23f0 1,811 1.00/1.00 vMB 16
615,589 615,589 0000000000000000000e98d8eaa274c66dd26f91dbff5c93ac00bc671bc2bb73 442 1.00/1.00 vMB 8
615,588 615,588 000000000000000000011f25d5812d511617bb2b1322366a5187d45b3dadcb75 2,165 1.00/1.00 vMB 22
615,587 615,587 0000000000000000000c43b699da609ed7f18b6c305b1c871b90358531998564 272 1.00/1.00 vMB 9
615,586 615,586 000000000000000000040d5ba01a4e2a6a88b18ebe65d51c963233f4dfa43c55 420 1.00/1.00 vMB 8
615,585 615,585 000000000000000000072a612525011d8d40cf3b306e0c29b5d3237a7fb591f9 1,166 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.