Loading Tool

Explorer IconExplorer

Memory Pool

11,984 transactions
14.17 vMB
0.03146146 BTC
Random Selection Loading Transactions
Max Size: 67.52/200 MB

Candidate Block

Mining Attempt 3980bcf72e3cebccc43787bc3fab6bcf9abd3c768717c8dc207e77cd87eff901
Version 20000000
Previous Block 000000000000000000009ec3e518334f792be2612ce33ec1ac4dc40a33b91bd7
Merkle Root 512db2278fb2e5029fa71acb70a9d596a7bb7a4c9336e8f635d549484085cdcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,217
Size: 1.00 vMB
Total Fees: 0.00705217 BTC
Feerates: 150.97 > 0.71 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,149 (879,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
34,466 34,466 000000009c5477a0c05a040768600a6bb883b20c02dbbc976042180aa2762a9a 1 0.00/1.00 vMB 0
34,465 34,465 00000000b7a691870d1dfc06bfb9ad36980ed88efd7914ea8322e0a6437764a6 1 0.00/1.00 vMB 0
34,464 34,464 000000006d80eedac1eaef4bd9201939f981592d33b371eb1bdd40b7246312b7 1 0.00/1.00 vMB 0
34,463 34,463 0000000057f7850401338ff51270ab8f6a41e269866ad172a54b67ac7b46c124 1 0.00/1.00 vMB 0
34,462 34,462 000000001453db6f3666a0657ba886d1bc4795b5e0c2c1b572faf1243470f541 1 0.00/1.00 vMB 0
34,461 34,461 00000000a15b93a2e3b8cf8ed5930e4e7674469414b990152ebac4b5fd1872df 1 0.00/1.00 vMB 0
34,460 34,460 00000000642bd221503615bef02242158e511e09dbfac83267d9f32ee6a0c2a4 1 0.00/1.00 vMB 0
34,459 34,459 00000000b53ade6bd34a6bd6a3e4d00ad12a05fe02fa8ad2448de37b2b66fab3 1 0.00/1.00 vMB 0
34,458 34,458 00000000bbe4762bdbfe6a1f997a77f04ed16c2b58ffc82c002328a0f59b5245 1 0.00/1.00 vMB 0
34,457 34,457 0000000049d54af86fed4c91b6d4e7e3c63dd3ba52dc65b40e35a9a83bf7fefc 1 0.00/1.00 vMB 0
34,456 34,456 0000000082a4974e31542844b7222154b793e2f79ff6fe41585510e12df41dc5 1 0.00/1.00 vMB 0
34,455 34,455 0000000092a17c5c057ef1c36bf5206d3b073b3ebc42b761bdf0249292a1dec3 1 0.00/1.00 vMB 0
34,454 34,454 00000000bc1c786e08533b1f6a3cf5900fe3ee54539bffbc88917871d83210fa 1 0.00/1.00 vMB 0
34,453 34,453 00000000413055881a59f44baf77411fa3bbdbcc73039ae029ed445d3669d62c 1 0.00/1.00 vMB 0
34,452 34,452 000000005771f200c617a2b138add1c234fb7b155193f19dc9e433ba1505da31 1 0.00/1.00 vMB 0
34,451 34,451 000000000d6ec6dd6ef862f58953846538a73a46e68eb2d6702776980914c0ca 1 0.00/1.00 vMB 0
34,450 34,450 000000002a912c5fd5dc9f681f1f709423c376255c021b34bc9e77b897d21159 1 0.00/1.00 vMB 0
34,449 34,449 000000001a5fa6dd849c99d2cfe6f70f741844865f425a4c8e44d3527ff72805 1 0.00/1.00 vMB 0
34,448 34,448 0000000084ff4e258a16d907545b8599ed6b26be602961da52f4f8a87d5bc583 1 0.00/1.00 vMB 0
34,447 34,447 00000000be37375cb6473e1159b84b42f93bca9f9128bf7839225c2423dfeb8c 1 0.00/1.00 vMB 0
34,446 34,446 000000003d00136b391a96bec5a6c7622d938500899df90e1fb4069719bb4c3f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.86 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: 563.82 GB
    • Received: 7.53 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.