Loading Tool

Explorer IconExplorer

Memory Pool

37,855 transactions
27.02 vMB
0.06405806 BTC
Random Selection Loading Transactions
Max Size: 137.47/200 MB

Candidate Block

Mining Attempt 93050b4acf554bf371a915380177b1872f26862e2d24c786ac718372e0217ca3
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 5a7efffe4d7c761d1ebeef2b048e624a84d6ea94058d9cb53b30f4b9f8624c06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,787
Size: 1.00 vMB
Total Fees: 0.01323955 BTC
Feerates: 100.28 > 1.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (862,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,689 51,689 0000000000644509b60cedd62e8903772e8395b0bcaec146b5c4f04ff0285de9 1 0.00/1.00 vMB 0
51,688 51,688 00000000097ed661656300019490398ec1abbe5c5c490450069673b11e66b879 1 0.00/1.00 vMB 0
51,687 51,687 000000001e72e07080d3e2e0e24a2d71f90661db44781e25cb95cc979df22a3e 1 0.00/1.00 vMB 0
51,686 51,686 0000000017f943e2e76b03087321b2189a7c8229fe8e729caff953a302f05c1a 1 0.00/1.00 vMB 0
51,685 51,685 000000001aa045b6746d56d81c0818b8e145107a1abac0505d76fb05a6960d15 1 0.00/1.00 vMB 0
51,684 51,684 000000001793c69b2b3f26c5263836827601cc917fa977a7b4ff9b91d724e7e1 1 0.00/1.00 vMB 0
51,683 51,683 000000000cfc76d33333c907ad2d7b0571be50d5b26e33ff09954f0b9f46a7cf 1 0.00/1.00 vMB 0
51,682 51,682 00000000136e2bf4eba70a4257e71fd18d87c76ce8a962f57d4d956ab4a6fac9 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 781.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: 632.77 GB
    • Received: 12.15 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.