Loading Tool

Explorer IconExplorer

Memory Pool

41,992 transactions
31.75 vMB
0.09436893 BTC
Random Selection Loading Transactions
Max Size: 159.28/200 MB

Candidate Block

Mining Attempt 3433d6997127f60089371b93031be052debf9c0e5c2aa8c5703b0fca93b3ce18
Version 20000000
Previous Block 00000000000000000000a7f094557a1c08216b2fd5b94073a11ff2864e9b9455
Merkle Root 2a4d5ece2d1b1ef3c9ef8948d6ab6f75343ac9e10161aa3a472cd5e2b64803fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,499
Size: 1.00 vMB
Total Fees: 0.02862111 BTC
Feerates: 401.97 > 2.87 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,565 (331,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,377 583,377 00000000000000000009efd07dfde1061780b6e21456819d1aecb4cd08e35288 2,595 1.00/1.00 vMB 76
583,376 583,376 00000000000000000019e1dce99f33804cf76e71b9b934dd55917213e93de80a 2,284 1.00/1.00 vMB 69
583,375 583,375 0000000000000000000b791c2693905e8f4d1c86130ab21b0d0a793828b9abb2 2,015 1.00/1.00 vMB 104
583,374 583,374 000000000000000000120f90238928e0df9023404c3b8852e5cbde4623b9979a 2,692 1.00/1.00 vMB 111
583,373 583,373 000000000000000000173bf86c8442752100402c31a508e8805a537ed82dd12a 2,268 1.00/1.00 vMB 45
583,372 583,372 0000000000000000001420f0b2aed727ea64b93df8f0d0ba2ae27d87baa68aaa 2,780 1.00/1.00 vMB 54
583,371 583,371 00000000000000000020a14c745ad00b0ebd04a52299de21406ad2a13cfd7047 2,693 1.00/1.00 vMB 96
583,370 583,370 00000000000000000012c3ba46d0237cb2fd1d1b37deac48c982007381a7f88a 1,808 1.00/1.00 vMB 94
583,369 583,369 0000000000000000001c8b563a21c6d33d61ba1a46a4cbecad43b7f719822600 579 1.00/1.00 vMB 96
583,368 583,368 00000000000000000002fcc37527babd2cb9abb112f1449548b4655878e5539f 2,989 1.00/1.00 vMB 99
583,367 583,367 0000000000000000001c8d1fee03d9be0c0e5a4621de887ab80fe2ab73896a73 3,233 1.00/1.00 vMB 132
583,366 583,366 0000000000000000000d0c02c8326208b156bcdf5a44fb24690510dcbc1b159c 2,543 1.00/1.00 vMB 60
583,365 583,365 00000000000000000022dccdaf1729d03a59a2c5a74ab719b31eb98a9bd32afa 3,169 1.00/1.00 vMB 75
583,364 583,364 00000000000000000004f82754603e56e6cea20d3cffcf68b30cc3a3de8432fe 3,464 1.00/1.00 vMB 64
583,363 583,363 000000000000000000013e95b74b162e95474d5a7ed1012ec90fa9cc877de478 2,651 1.00/1.00 vMB 108
583,362 583,362 0000000000000000000208ba53d31733452cf89414baaaff2ace544eb37c67c6 2,569 1.00/1.00 vMB 98
583,361 583,361 00000000000000000009f6f0c71a567556adc1b14dbeb7b18fec2750e6131c6c 2,948 1.00/1.00 vMB 115
583,360 583,360 00000000000000000003f5139b8fdd00f2189029a86b5094298e37cf990b50b6 2,765 1.00/1.00 vMB 114
583,359 583,359 0000000000000000001a134e5a6ad8acd32c746cfde180b3988e9ec67ea3515e 2,444 1.00/1.00 vMB 64
583,358 583,358 000000000000000000030be7a3ac480add1269d72e14f2d890f32b587ff9f942 3,214 1.00/1.00 vMB 88
583,357 583,357 0000000000000000000d9a318d3d3301f4d57f4187612839c49966efbf131c59 2,672 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 624.86 GB
    • Received: 11.57 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.