Loading Tool

Explorer IconExplorer

Memory Pool

41,975 transactions
26.57 vMB
0.07806800 BTC
Random Selection Loading Transactions
Max Size: 138.77/200 MB

Candidate Block

Mining Attempt 74c8e9cb3c3a52f4d7e727512cef72bc8c82c7499da0c42c2811897a91d5c208
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root d469060883af77d972f8e2e6a750524ee8f55e8abc6c5c7f14c32b12ea666b35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,750
Size: 1.00 vMB
Total Fees: 0.02878084 BTC
Feerates: 151.01 > 2.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (337,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,068 577,068 000000000000000000172b2a773f41fa464c021bd33b60eaf03467f77ce4f635 2,612 1.00/1.00 vMB 181
577,067 577,067 000000000000000000181a2d1e49c622141ce6647a7f3ab1b034d4673807ded5 2,213 1.00/1.00 vMB 156
577,066 577,066 00000000000000000023e06068038a3ec7d0dadde3f83910ba4ddb13f87b6eb9 2,577 1.00/1.00 vMB 180
577,065 577,065 0000000000000000000cb52aa6c142db2d5fd8553e8cd1b40332d8328fa9c937 3,133 1.00/1.00 vMB 205
577,064 577,064 00000000000000000025e4e3c86c7a8d00d022e812f0496e3c61fc9794f45b04 2,855 1.00/1.00 vMB 189
577,063 577,063 000000000000000000175fdabf2909ee3d0b92fab0cbf6e8318d852861891f41 2,298 1.00/1.00 vMB 81
577,062 577,062 00000000000000000001de09b3bf43a8fa24cd3d46da159646ce017ff5d4fdd4 3,037 1.00/1.00 vMB 127
577,061 577,061 000000000000000000284f8f50869b22984a6cc91333e9e83ac600991b7b0fcc 2,593 1.00/1.00 vMB 138
577,060 577,060 00000000000000000013fe5b8ca4a28990890d16b89accdb55d0d1f19e5c8847 2,011 1.00/1.00 vMB 157
577,059 577,059 0000000000000000000530195749d4b69558d5102e5473a113a895da55cdc775 3,156 1.00/1.00 vMB 217
577,058 577,058 000000000000000000232f6821ee9aa3ef95e0278a3a964167c464c3c6970d22 2,885 1.00/1.00 vMB 106
577,057 577,057 0000000000000000001587dc9a323510f5fcd6b4c40bad857267cba64ca6e4a7 2,640 1.00/1.00 vMB 147
577,056 577,056 00000000000000000027c03c0dbeb9c515fad0943376c3250caf37954202b37c 2,700 1.00/1.00 vMB 154
577,055 577,055 00000000000000000016ea09ffac3221626513f7da88e504b0ed196a7112d8aa 2,812 1.00/1.00 vMB 141
577,054 577,054 00000000000000000022d24c7f726cb25921c3944b56fb65b70475d59122e1ca 1,550 1.00/1.00 vMB 97
577,053 577,053 00000000000000000024d7db5975f89446d671d9dbd278d494427aba85e8dc5f 2,992 1.00/1.00 vMB 131
577,052 577,052 0000000000000000000c172afc780fd35a7553d05bf5d5ec1d70df3b88b1e0e3 2,254 1.00/1.00 vMB 149
577,051 577,051 00000000000000000002891844f5d598c984486840921d92654d39476b43104f 2,487 1.00/1.00 vMB 193
577,050 577,050 00000000000000000008aec9e18dac5b98b6f904f37914bfe08b499143c93b65 2,835 1.00/1.00 vMB 166
577,049 577,049 0000000000000000000bcfdb15c1c9c802c9357345183c8babf16b8fc29088e4 1,982 1.00/1.00 vMB 81
577,048 577,048 000000000000000000272cf0d893af04ddc26988a632cc8565fead14ff6063cb 2,687 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.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.