Loading Tool

Explorer IconExplorer

Memory Pool

84,997 transactions
32.85 vMB
0.15357233 BTC
Random Selection Loading Transactions
Max Size: 195.89/200 MB

Candidate Block

Mining Attempt b2e52e2a2b2aa9a14875e81d7513d928620a8aac99facbaa8aa1384e13826236
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 799621ebd8882b698a7d96ec44b338bf59209404be4739b4f4f91500961c6021
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,592
Size: 1.00 vMB
Total Fees: 0.04697687 BTC
Feerates: 318.30 > 4.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (382,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,007 533,007 000000000000000000013e6040c0527b5a9698b8f90706c0c45206d1cf23df7c 1,468 0.70/1.00 vMB 23
533,006 533,006 0000000000000000001bbcc5dbe9183573b3a3e7a335689e3b66df6f519e2fbe 676 0.57/1.00 vMB 23
533,005 533,005 0000000000000000000364ae5a711aebcdfd223cea085619ec1a64ba0e8f2b7f 396 0.20/1.00 vMB 20
533,004 533,004 0000000000000000000e8436f9d28756a70ba5d6f82747030aa08c8f394efe33 1,788 0.68/1.00 vMB 19
533,003 533,003 00000000000000000016d1fbe389222e4a81853d0c0aa88c2f9f7af6384177dc 784 0.34/1.00 vMB 19
533,002 533,002 00000000000000000011b6366439e902e0ec0ac9f4b0ab3fe3aef49634cca0b6 1,248 0.48/1.00 vMB 16
533,001 533,001 00000000000000000021cbc264cd4ee32e44a6c036100cceca5ba41af990a523 2,993 1.00/1.00 vMB 23
533,000 533,000 0000000000000000000215f7cb590fc5a94b3039c570b393f4bc6e6c1a3aed71 1,697 0.56/1.00 vMB 19
532,999 532,999 000000000000000000314371c2bb678d80113539c1f3a217026c5a7b77d58fd8 659 0.26/1.00 vMB 30
532,998 532,998 0000000000000000002fb946c09cdc3a13445f874d5d40ee0ecc14b46974ff7b 1,212 0.40/1.00 vMB 19
532,997 532,997 0000000000000000001c28b799b54ad4424a36cc075de2cebd546d0edd66d87a 1,078 0.46/1.00 vMB 10
532,996 532,996 0000000000000000002619d4ddc3fd8ec79c80f4368cbe9b044602f8f83df513 2,977 1.00/1.00 vMB 23
532,995 532,995 00000000000000000000599a5623e09cfbc66c262918d30dd8781c14e4569a6e 1,367 0.48/1.00 vMB 18
532,994 532,994 00000000000000000010f82b9f6e8a54f7988ba28dbb0bbd5c9230c149a3d8ff 840 0.37/1.00 vMB 45
532,993 532,993 0000000000000000000032b32a7407140cf07c4781c98e7e6ee937eac9122c4f 666 0.37/1.00 vMB 11
532,992 532,992 000000000000000000093b437c63868c979e00817457293d1af03eb92b0817f3 437 0.15/1.00 vMB 26
532,991 532,991 00000000000000000035c3feac6c3ef753a893f227a721d5cb76b8101041ed5d 1,568 0.93/1.00 vMB 23
532,990 532,990 00000000000000000006fd53dc38e2df7b91205349d35dc21f9998732dfd61ad 2,748 1.00/1.00 vMB 11
532,989 532,989 0000000000000000002345ff2b88fd8be418e4df4f7d7979c2b3f96988aed91a 3,114 1.00/1.00 vMB 28
532,988 532,988 0000000000000000003383542b083239b809c2baf27902a8fa2e8087547b9acf 64 0.02/1.00 vMB 16
532,987 532,987 0000000000000000003581b4d440156fcbab1a2fcdad690d8683cc3bd5f44674 555 0.17/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 783.00 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: 718.85 GB
    • Received: 17.96 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.