Loading Tool

Explorer IconExplorer

Memory Pool

69,106 transactions
26.43 vMB
0.06858145 BTC
Random Selection Loading Transactions
Max Size: 158.81/200 MB

Candidate Block

Mining Attempt 6f0c7cc3dde268bdd48d46d7a4d880297f279ae6448ba6b004a3f7050a4362d8
Version 20000000
Previous Block 00000000000000000000b27b2190440ac27825933894e3022e019f9fbb1d36f6
Merkle Root ca650be9a04dbc1039dc7649e3075b10e78be43478119c0876e797c568b3001d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,802
Size: 1.00 vMB
Total Fees: 0.01231863 BTC
Feerates: 71.69 > 1.23 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,471 (878,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
37,409 37,409 00000000542366b67783ee01349edab633902bdcbe576be21b264e2d815b769d 1 0.00/1.00 vMB 0
37,408 37,408 000000009ca604afcb107487062f4ce1fe703334ec2644d3fa589c825ddaa947 1 0.00/1.00 vMB 0
37,407 37,407 00000000acb9fe1f3e6d834161fc340389dcc561c334bd3cce26eef2e959cd51 1 0.00/1.00 vMB 0
37,406 37,406 000000009c7f5969b26e7bd03da75694927e9e6f8ab2707afc738f9099b13dac 1 0.00/1.00 vMB 0
37,405 37,405 000000007bce5d5abea21239a722ecb9b20fc0638855a6b30aeb029ffdf81dd3 1 0.00/1.00 vMB 0
37,404 37,404 000000000c690143044194a3ae10e8c5fe90fc0b8d1ae2063e03d123659dc924 1 0.00/1.00 vMB 0
37,403 37,403 000000003b618452dd61f1e57c5b47b1c3e9f5ac51c794ad359d7b47b0d57e1f 1 0.00/1.00 vMB 0
37,402 37,402 00000000323237743118df85c314c3cbf5a61a3f943f51674215d818e84c606b 1 0.00/1.00 vMB 0
37,401 37,401 000000005a03d458cbac45b8efebed9f9b30e7eb8818b1cf1bed8a4f3846dc31 1 0.00/1.00 vMB 0
37,400 37,400 0000000099fcee3035ee58a65e261efdef8bc3eec9c6e408e9837c9fe7ddf993 1 0.00/1.00 vMB 0
37,399 37,399 00000000113ee48b747103d22205c9762ec2dc1d2b125a9f1a0bd8854825fe7d 1 0.00/1.00 vMB 0
37,398 37,398 0000000037a913f7b65f79a5a787f84f58328fe39bf48520d021a0693e1b4d79 1 0.00/1.00 vMB 0
37,397 37,397 000000000eddabfc1a909601869c4675315e39dff0610b32fed111969827965e 1 0.00/1.00 vMB 0
37,396 37,396 00000000a810e976849064b465c256c2a34302624ef6920f8a8abff2956b7e6b 1 0.00/1.00 vMB 0
37,395 37,395 0000000026808b73b12dcb1c963f7ed8895bd7d1ff906cdff6199ddabc704391 1 0.00/1.00 vMB 0
37,394 37,394 000000006905263816574a9c0f44d17922121177e9bbfd49d6f004832542c3c5 1 0.00/1.00 vMB 0
37,393 37,393 000000007f22922b6dbc80630f18007e5771e4c5c3c4c126c5cb8e896b2b6f1e 1 0.00/1.00 vMB 0
37,392 37,392 00000000322c8b7ac8d4eba4c8ca4d29c08cb0ebd7e04c7b8c62b2df0da18b12 1 0.00/1.00 vMB 0
37,391 37,391 0000000058353dce826fa4c5e50026b3556e3839bfcf1636b28abbb7987d7984 1 0.00/1.00 vMB 0
37,390 37,390 00000000bc04c4e70788350514f4a610db696f9fedfd1a1be4f945ca1cbe2010 1 0.00/1.00 vMB 0
37,389 37,389 000000008479f6986f41c4c0260586539d4fee3544c542de50aca1303c5b5605 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.21 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: 755.86 GB
    • Received: 18.97 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.