Loading Tool

Explorer IconExplorer

Memory Pool

70,453 transactions
26.43 vMB
0.06123033 BTC
Random Selection Loading Transactions
Max Size: 160.12/200 MB

Candidate Block

Mining Attempt 0bb9b8f299573d6d6fc43370691beb54eed5ac299b87971ef6224e4f15865b3b
Version 20000000
Previous Block 000000000000000000016aa18e8ecd613d6541af8a0d66953f28fb8fdcfea38a
Merkle Root 79564644290e165c86538e55740b7d2f2e87b2c9500a17563f8628bdf667b18a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,192
Size: 1.00 vMB
Total Fees: 0.00497487 BTC
Feerates: 40.29 > 0.50 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,551 (821,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,098 94,098 0000000000061f5945da8b044f83f8c249534c8457fe3d94ebb859ea8d945751 1 0.00/1.00 vMB 0
94,097 94,097 000000000009651154a5d8ac5847d4e821f6bc5a4791a441a219315b974f2e54 2 0.00/1.00 vMB 0
94,096 94,096 000000000004b93ab26e8b0a28dd8ec0501b1b1bc7afbf38c030e3adcbd0ab06 6 0.00/1.00 vMB 0
94,095 94,095 000000000006c23c2065fd44c432da751d6ac894bb326b41b5da824c1067b76c 1 0.00/1.00 vMB 0
94,094 94,094 0000000000001cd4d152b816e93ea87924d75a7916bfea7a11f031f36e64dcf9 2 0.00/1.00 vMB 0
94,093 94,093 00000000000495dcd3d348ccabd583b13249b1bcb3eeeff96dc9712b5be9c78b 3 0.00/1.00 vMB 0
94,092 94,092 000000000005f51c386d5c54ed6cd227c3519f7c532a35af1a794efb2dff3420 12 0.00/1.00 vMB 0
94,091 94,091 000000000003db93e32ef7cad0bdb757ef2cb0ec4c2a434ccfc7c7de7c9f325d 13 0.00/1.00 vMB 0
94,090 94,090 000000000008cf13f46e37010401cea64fa89bcfea09d5197d1dbafb993d69df 1 0.00/1.00 vMB 0
94,089 94,089 0000000000054f18b988b384e482f5ce6815a903c08f0723ac579e762013a7fe 4 0.00/1.00 vMB 0
94,088 94,088 000000000008eb5088ee464c4b287ad8da3aa788199c4206f467e29593dabd3f 1 0.00/1.00 vMB 0
94,087 94,087 000000000004a99cb320f5c75bfb646d0f7a961dee328b39e90302c460c47c5c 3 0.00/1.00 vMB 0
94,086 94,086 000000000003c101b1bb7ccbe7d676788cc4be693d9ce6329938de58f7cb4fd4 2 0.00/1.00 vMB 0
94,085 94,085 0000000000038054c6d71fb42397bd2f95c9dd81e42b5f6acb40f23d58a5fd87 2 0.00/1.00 vMB 0
94,084 94,084 0000000000086f2fc1b63e045c2d63566c04e998ca0dec3ae6061c5ff4d340b5 1 0.00/1.00 vMB 0
94,083 94,083 000000000002b61125d80300e2c910a506bc196767ca539cdf2352b9428aa691 1 0.00/1.00 vMB 0
94,082 94,082 000000000007ae955bf6112f11284da1afd3b1e26cfd8557366239d1259e4f88 1 0.00/1.00 vMB 0
94,081 94,081 0000000000053c0575b9b14390fe8d56b33e9dca5103767eab07271a3c433d47 1 0.00/1.00 vMB 0
94,080 94,080 00000000000198ed3add91413ac0000cdeb70be0003f255d664f43125d7a1307 1 0.00/1.00 vMB 0
94,079 94,079 0000000000092b9302f5ec14f8c8d917189addfe6f7ab745f6a62090339865be 4 0.00/1.00 vMB 1,128
94,078 94,078 0000000000000c7e7ede0e2bc7b5bc2fa7508bc278b92f5ae427376ef2cdc06a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.35 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: 768.23 GB
    • Received: 19.54 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.