Loading Tool

Explorer IconExplorer

Memory Pool

36,379 transactions
25.84 vMB
0.08517777 BTC
Random Selection Loading Transactions
Max Size: 132.32/200 MB

Candidate Block

Mining Attempt b48ec5363fbf29d8815892e3015a4398a4bb734208be6a54e8bb867a4dfc1ae4
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root 18796c76c0b6741dd76aa8c4d0149bd1f3af9d386425e21d84afa69530f77094
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,968
Size: 1.00 vMB
Total Fees: 0.03785096 BTC
Feerates: 171.09 > 3.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (862,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,681 51,681 0000000006e6d19c7a2278f0a3c231644056710c48373bb084e4fc8c952a198f 1 0.00/1.00 vMB 0
51,680 51,680 000000001eac6451efff61c2e44df936fd55396e3b091853520fe59856530d29 1 0.00/1.00 vMB 0
51,679 51,679 000000000bf2c3b64f0e62fde16839b3e2119763b8bf167f34a93ed1b83fa43f 1 0.00/1.00 vMB 0
51,678 51,678 000000001c3c14994d6ce891a7b94c2e9b0a61545f332cd9499de0331020dbcf 1 0.00/1.00 vMB 0
51,677 51,677 0000000017a0bfc513100f2a9e9fe753ce876a5571c6ec363d47db35ceebe374 1 0.00/1.00 vMB 0
51,676 51,676 000000001a3d410a721eebe9a7e8e7d0d38d320bc3f3830d121493616607da3f 1 0.00/1.00 vMB 0
51,675 51,675 0000000002e30c6cd65ebf64f7d989896c9fa945c08a099562ec81462e00d82f 1 0.00/1.00 vMB 0
51,674 51,674 00000000126f03686be963906f856acda1aa2e729450eedd4880302a8df60c9c 2 0.00/1.00 vMB 0
51,673 51,673 0000000018a0b90e34e04f531fa662e7849d42beedffbec05c99fa7163d933c2 1 0.00/1.00 vMB 0
51,672 51,672 0000000004af3a82ade3480500e1ba3e5b0ea26bfaa4f442aba4d2a6780fb234 3 0.00/1.00 vMB 0
51,671 51,671 000000000d6984085e631e8e6f5411681cd1a416f44dfdeb02359ac45c284316 1 0.00/1.00 vMB 0
51,670 51,670 00000000134a00e7de251b1767f04e0581b9e2f4dd706b70ae9af55274f2708a 2 0.00/1.00 vMB 0
51,669 51,669 00000000000f464f23a3ef781ad143f28045f6fde02444dbcd4e3beb08604134 1 0.00/1.00 vMB 0
51,668 51,668 00000000000c78d5301f983f3d82844372f3757294e8d56ff14a2e7b611be60f 2 0.00/1.00 vMB 0
51,667 51,667 00000000029d227a64edb10dce4836cb1c63bc0abbcafa7fcdae02985bccab20 1 0.00/1.00 vMB 0
51,666 51,666 000000001a5337d5982419d4914acdf81e6d4b5c663c24947126d28ec43f26ce 1 0.00/1.00 vMB 0
51,665 51,665 0000000011c74243801ad5946f37920ac607e350546f504475deb3fc645d9b68 1 0.00/1.00 vMB 0
51,664 51,664 000000000fcb446df7b3e4d3214526da4c150ce23f07ccc26e400d9b51de2662 1 0.00/1.00 vMB 0
51,663 51,663 0000000012d738ded649415d96cfbebee3b961026cbe97ef20b973aed8dda8c1 3 0.00/1.00 vMB 0
51,662 51,662 0000000011b528db8515a430b0ed3ad0c3db7c9b57341343b9e5016a65dff0b8 1 0.00/1.00 vMB 0
51,661 51,661 000000001546e0d0beaf50211a3c0ad676f56d18808c452289611a278007b211 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.82 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: 635.74 GB
    • Received: 12.33 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.