Loading Tool

Explorer IconExplorer

Memory Pool

43,678 transactions
29.29 vMB
0.07161107 BTC
Random Selection Loading Transactions
Max Size: 151.01/200 MB

Candidate Block

Mining Attempt 7971183d1b3e913a80d25abacc12bba6612d6d6d9127bec14f4b6b4e82dd37b8
Version 20000000
Previous Block 00000000000000000000709f7edee63a34e64b3e6a3ce7a66f4810ef675bdaed
Merkle Root 198c12c613bba22ebe7ee842d15b9cca697f14e90f6753466538b2e2878f1d9f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,729
Size: 1.00 vMB
Total Fees: 0.01419462 BTC
Feerates: 339.97 > 1.42 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,618 (346,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,621 567,621 00000000000000000001df53dfce7835c7cdddb7b5c99c0b171c9c4cb4d32626 2,559 1.00/1.00 vMB 15
567,620 567,620 00000000000000000019de2f2b2621975d326b7c8b93ce2a6f7883e7bb23b12d 2,710 1.00/1.00 vMB 25
567,619 567,619 000000000000000000286b5c1416a25c13778dde063a166b9fba24e9aab1f14a 2,110 1.00/1.00 vMB 35
567,618 567,618 00000000000000000011dc17dd195b13fd8de540ac36808333d4b2a1d686ccc0 1,582 0.74/1.00 vMB 15
567,617 567,617 0000000000000000001bbcaae32d9a56feade17869718566d7de364bde7cf061 773 0.68/1.00 vMB 3
567,616 567,616 0000000000000000002e1f02a6fd20414a5469a390839b758bc73185580defc3 2,644 1.00/1.00 vMB 24
567,615 567,615 00000000000000000012b58d906507919be39b87666ed4e3e2ca8c06fda826aa 1,680 1.00/1.00 vMB 11
567,614 567,614 00000000000000000023ec38db0636db73248da30480fbc746c1aa231f0faa5c 2,512 1.00/1.00 vMB 16
567,613 567,613 0000000000000000000d86fb8c885d5cb95308addd1015cb3e1baacaa53c0972 2,515 1.00/1.00 vMB 21
567,612 567,612 000000000000000000102335f99db2ef3189946468a164adcd2cb3690a2c4f38 1,891 1.00/1.00 vMB 3
567,611 567,611 0000000000000000001d59aa5dc69c802358cfc8ae59c0a79abc5b4852f2af18 2,142 1.00/1.00 vMB 15
567,610 567,610 0000000000000000001c6120b07c3fc7d33c904fbe294a20fe9f58d20252a5d6 2,327 1.00/1.00 vMB 15
567,609 567,609 0000000000000000001e4a3268f021f977f892a03d916d53ede62262c13a6759 2,920 1.00/1.00 vMB 12
567,608 567,608 0000000000000000000376bde6aba2f449b9e02cd5cc74c599129a31da7962c8 2,585 1.00/1.00 vMB 37
567,607 567,607 0000000000000000001ce11041a448c232975fe46978129f1abe0b1bb40df1da 2,667 1.00/1.00 vMB 30
567,606 567,606 0000000000000000002981fac4ab73549ffa7ea6b5bcb4735d87bf20bebb3c94 2,045 1.00/1.00 vMB 7
567,605 567,605 0000000000000000001a4d001d3555420b76992354ca77b2ead13389af2bb0f0 2,197 1.00/1.00 vMB 27
567,604 567,604 0000000000000000002171e69e5d542ba9bb917edb2966315cf866e125d2f3dd 1,786 1.00/1.00 vMB 6
567,603 567,603 0000000000000000001d0ae017e146dea33fe7c2da3911dc7d7bb1a472eb5e25 1,844 1.00/1.00 vMB 21
567,602 567,602 0000000000000000002595fdd94952d5b47403f96cc2aedb310cb68fe69f5d33 2,363 1.00/1.00 vMB 23
567,601 567,601 00000000000000000013ec8a89ce4faf160eead53128c61173cbe62fb720bc7e 3,039 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.72 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: 629.62 GB
    • Received: 11.94 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.