Loading Tool

Explorer IconExplorer

Memory Pool

80,737 transactions
30.04 vMB
0.12482874 BTC
Random Selection Loading Transactions
Max Size: 180.70/200 MB

Candidate Block

Mining Attempt da40ad433402d22c0da1bf76b9ca5d8f9e31a0735f763b0df96b9bb7e3af1731
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 8eb6e9c6992803922296336e58154315f0b15e793a940cd5e55b0516c0e2ff45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,696
Size: 1.00 vMB
Total Fees: 0.05152359 BTC
Feerates: 242.90 > 5.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (437,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,474 477,474 00000000000000000143a7b71271265c519ef13c2485bc97d44c72c22985b74a 1,189 1.00/1.00 vMB 83
477,473 477,473 0000000000000000007fd3f08dd99de9a46516ef440d3d9dc612dd8c7cb6ba82 1,846 1.00/1.00 vMB 68
477,472 477,472 0000000000000000014aecfd4b2256077131fde4e8b4f0e13a2bc3a5ab2bca1b 2,198 1.00/1.00 vMB 174
477,471 477,471 000000000000000000d394099c71d6bb575b06a8b195f1b6cf4e82fd9b422352 1,728 0.99/1.00 vMB 70
477,470 477,470 000000000000000000bf1aa311e1984465d536370a0a82d61706b2acacc20991 1,647 1.00/1.00 vMB 170
477,469 477,469 000000000000000000eaf268cb3f9f57552022dd1a80088559f4e3e6b7d79f58 2,047 1.00/1.00 vMB 49
477,468 477,468 000000000000000000a216b696ad8e98560840967765cc8228583413dbefb6c8 1,864 1.00/1.00 vMB 109
477,467 477,467 000000000000000000804fbef482baebfeac6e7c68734c38dadecae069805612 1,043 1.00/1.00 vMB 163
477,466 477,466 000000000000000000ea9617a9f369465b6dc4ea1d1f9971c70c96a71e66e05e 1,703 1.00/1.00 vMB 106
477,465 477,465 000000000000000000c6c14534e579b2bb9205852fe17ebda2b986503dac08c7 1,323 0.62/1.00 vMB 168
477,464 477,464 0000000000000000008cfba9ad68103b028ef6fae6313bcf9999096610cacbf4 1,975 1.00/1.00 vMB 135
477,463 477,463 000000000000000000454c8bd1b7b2a00aaaf190bbc5eed0e1e553a610c85246 2,124 1.00/1.00 vMB 158
477,462 477,462 00000000000000000133c5df640d0e2c8af13c2ec1b531b7627856ea1d6588de 2,040 1.00/1.00 vMB 134
477,461 477,461 00000000000000000005a87343d11f120c26db65fb4232a8a8173d9a27e1825f 1,270 0.99/1.00 vMB 87
477,460 477,460 000000000000000000d198fa617434da03bdad8a54af5b808bd52f69fc26607c 928 1.00/1.00 vMB 49
477,459 477,459 00000000000000000065c88d89d7d62c90ab5f668f3c4ee0312c219c58aa2dcb 1,329 1.00/1.00 vMB 78
477,458 477,458 0000000000000000004fd1807732e0c4855a9e679445d30e8b9e90155152279e 298 1.00/1.00 vMB 8
477,457 477,457 00000000000000000147ed5c70e5c9ab9bb99ff3f6e2b785579e5c29986a4bfd 969 1.00/1.00 vMB 63
477,456 477,456 0000000000000000003c7e7e8c1c1025abbd89ecc17bff70e78092f718222742 414 0.29/1.00 vMB 137
477,455 477,455 000000000000000000073198690de14255db30af50856e96f88e6bed6ef242e1 720 0.84/1.00 vMB 19
477,454 477,454 0000000000000000002ed4cc4ddddcbfdd96fe54be4c448b2ee723155cba8a65 1,252 0.59/1.00 vMB 157
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.