Loading Tool

Explorer IconExplorer

Memory Pool

38,952 transactions
28.99 vMB
0.07589132 BTC
Random Selection Loading Transactions
Max Size: 146.38/200 MB

Candidate Block

Mining Attempt 8cc99f44c962c2f15df6b3d4e3fa89a757780d82147660ffa490f229067fb6d3
Version 20000000
Previous Block 000000000000000000005f6e061237a1b3be90d7e91949057a34a7b5facf2fa9
Merkle Root be9f23517332861415aa08244952bda891f72fd0a61ffa5d4b7e7a757a61c31f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,293
Size: 1.00 vMB
Total Fees: 0.01939006 BTC
Feerates: 301.05 > 1.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,529 (391,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,679 522,679 0000000000000000000ce5c69f21292d258efc85eb4a4e94ea128d198d60556c 2,625 1.00/1.00 vMB 28
522,678 522,678 000000000000000000295b1022bb9bdda56c0a07be7d4161ebb2807aaa427a35 2,444 1.00/1.00 vMB 49
522,677 522,677 000000000000000000398a42e83a128260ceb7fdd7fc354cdc6c0449466eac10 2,046 1.00/1.00 vMB 10
522,676 522,676 000000000000000000206ac2c4ba29969de18b5d04ca43a42006de85d0bfa28b 1,808 1.00/1.00 vMB 18
522,675 522,675 000000000000000000290dc7f148d4105cb44ae7de4c1676cc618bc929447e6f 2,278 1.00/1.00 vMB 42
522,674 522,674 0000000000000000001cbd0e88b580360d4aa0f9f1937fde95817a5e64bb8cc2 3,065 1.00/1.00 vMB 57
522,673 522,673 000000000000000000118624f9ef3bd12ba2a3c20ea7ed2dddb847feaf0dc707 2,206 1.00/1.00 vMB 23
522,672 522,672 000000000000000000066f80f759b1494ac4e12e684e98b694f3fff72d14bd8b 2,272 1.00/1.00 vMB 14
522,671 522,671 000000000000000000198a3eeac7c9fa1eb54e76ffc81320b7a6db5949cf5ee1 1,618 1.00/1.00 vMB 15
522,670 522,670 000000000000000000408626b4e9f4496f918c3e7020dd69d491474946492f10 1,862 1.00/1.00 vMB 9
522,669 522,669 0000000000000000002fc6c016c5a8a3d7276927e925e2a18a899994dbb23b95 1,996 1.00/1.00 vMB 31
522,668 522,668 000000000000000000264d6a0a30877b1d01f20428fa4c16ad5eaf9e80515b0f 2,089 1.00/1.00 vMB 11
522,667 522,667 0000000000000000001a1ddf0556266ac49ef096908f8ab0afb6cc724130d842 2,038 1.00/1.00 vMB 41
522,666 522,666 0000000000000000001dd7fd1663045cd79071a0615ccf3cad891a30c4ed05e1 1,455 1.00/1.00 vMB 11
522,665 522,665 000000000000000000073862e683bf752d3e2c6fff19b24601eac4f122075890 2,653 1.00/1.00 vMB 48
522,664 522,664 00000000000000000011a0e82b453f6cca3aad87e365c59187f77512be2ff382 1,927 1.00/1.00 vMB 19
522,663 522,663 00000000000000000014fd2fe583d3195c22a188df5fddad08a1bf0616838a38 2,374 1.00/1.00 vMB 56
522,662 522,662 0000000000000000001176038d1b322c8d884538bfb407f6187c1c6b1606aaa1 1,787 1.00/1.00 vMB 22
522,661 522,661 000000000000000000396ad65bad516292ca647d58fd035bcc8478fabcea77af 1,347 1.00/1.00 vMB 19
522,660 522,660 0000000000000000000cc91540c6babd4659dd059d8323d755c5c5650507df85 1,922 0.81/1.00 vMB 60
522,659 522,659 0000000000000000001395c97d048c9960ba73844c84fe36f6bdd07277887a1b 2,358 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 781.55 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: 621.67 GB
    • Received: 11.24 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.